Updated the month definition

This commit is contained in:
redgl0w
2020-03-04 07:06:42 +01:00
committed by RubenNumworks
parent 035a0377bd
commit dfe51df321

View File

@@ -235,7 +235,7 @@ public:
Representative("week", "7*24*60*60*_s",
Representative::Prefixable::No,
NoPrefix),
Representative("month", "30*24*60*60*_s",
Representative("month", "365.25/12*24*60*60*_s",
Representative::Prefixable::No,
NoPrefix),
Representative("year", "365.25*24*60*60*_s",