From dfe51df3218aadd43d725a67b9a00076c9e7f151 Mon Sep 17 00:00:00 2001 From: redgl0w <43498612+RedGl0w@users.noreply.github.com> Date: Wed, 4 Mar 2020 07:06:42 +0100 Subject: [PATCH] Updated the month definition --- poincare/include/poincare/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poincare/include/poincare/unit.h b/poincare/include/poincare/unit.h index 81e93e64c..97021c50c 100644 --- a/poincare/include/poincare/unit.h +++ b/poincare/include/poincare/unit.h @@ -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",