Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data AbsoluteTime
- taiEpoch :: AbsoluteTime
- type LeapSecondTable = Either UTCTime AbsoluteTime -> DiffTime
- utcDayLength :: LeapSecondTable -> Day -> DiffTime
- absoluteTime :: LeapSecondTable -> Iso' UTCTime AbsoluteTime
- parseTAIUTCDAT :: ByteString -> LeapSecondTable
Documentation
data AbsoluteTime Source
taiEpoch :: AbsoluteTime Source
The epoch of TAI, which is 1858-11-17 00:00:00 TAI.
type LeapSecondTable = Either UTCTime AbsoluteTime -> DiffTime Source
utcDayLength :: LeapSecondTable -> Day -> DiffTime Source
parseTAIUTCDAT :: ByteString -> LeapSecondTable Source
tai-utc.dat
from http://maia.usno.navy.mil/ser7/tai-utc.dat