Safe Haskell | None |
---|---|
Language | Haskell2010 |
- parseLeapSecondList :: String -> Either String LeapSecondList
- data LeapSecondList = LeapSecondList {
- expirationDate :: Day
- lastUpdate :: Day
- expectedHash :: String
- leapSeconds :: [(Day, Int32)]
Documentation
parseLeapSecondList :: String -> Either String LeapSecondList Source #
Parse a leap second list
data LeapSecondList Source #
LeapSecondList | |
|