
2 Oct
2009
2 Oct
'09
12:36 a.m.
Prelude Data.Time System.Locale> parseTime defaultTimeLocale "%R%P" "09:30AM" :: MaybeUTCTime Just 1970-01-01 09:30:00 UTC
Prelude Data.Time System.Locale> parseTime defaultTimeLocale "%R%P" "09:30AM" :: Maybe UTCTime Nothing I suspect the parser malfunction is an issue with POSIX and Windows. 1970-01-01 00:00 UTC is the POSIX zero time...