timedot: fix parsing of month quantities (Nmo)

[ci skip]
This commit is contained in:
Simon Michael 2017-09-26 15:11:37 -10:00
parent cd998e7f2f
commit 580ad88dca

View File

@ -156,11 +156,11 @@ timedotnumericp = do
-- (symbol, equivalent in hours).
timeUnits =
[("s",2.777777777777778e-4)
,("mo",5040) -- before "m"
,("m",1.6666666666666666e-2)
,("h",1)
,("d",24)
,("w",168)
,("mo",5040)
,("y",61320)
]