mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
timedot: fix parsing of month quantities (Nmo)
[ci skip]
This commit is contained in:
parent
cd998e7f2f
commit
580ad88dca
@ -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)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user