mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-06 02:23:46 +03:00
4576f8effd
POSIXTime. This eliminates old-time, which has been deprecated for a while, from our dependencies. This introduces a slight incompatibility, as a small number of functions now take/return POSIXTime instead of ClockTime. Generally you will be using the current time, in which case you should use getPOSIXTime from Data.Time.Clock.POSIX instead of getClockTime. utcTimeToClockTime has been removed, as it is now equivalent to utcTimeToPOSIXSeconds from Data.Time.Clock.POSIX. |
||
---|---|---|
.. | ||
Common.hs | ||
CsvReader.hs | ||
InputOptions.hs | ||
JournalReader.hs | ||
LedgerReader.hs.disabled | ||
TimeclockReader.hs | ||
TimedotReader.hs |