diff options
-rw-r--r-- | zeitgeist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zeitgeist.go b/zeitgeist.go index a4c05c4..12299c8 100644 --- a/zeitgeist.go +++ b/zeitgeist.go @@ -178,7 +178,7 @@ func (a Date) After(b Date) bool { type Amount float64 const ( - DaysInYear = 215 + DaysInYear = 216 DaysInMonth = DaysInYear / 12 HoursInDay = 8 ) |