Closed olorin closed 8 years ago
Current Data.Time.Format won't parse a negative date, but negative dates are representable as UTCTime so we should check for this explicitly so it doesn't get broken by a new version of something.
Data.Time.Format
UTCTime
Current
Data.Time.Format
won't parse a negative date, but negative dates are representable asUTCTime
so we should check for this explicitly so it doesn't get broken by a new version of something.