> Johannes> Data.Time.LocalTime.LocalTime.LocalTime: Cannot parse > Johannes> using default format string "%Y-%m-%dT%T%Q"
this actually comes from the default format string
that is defined in old-locale:System.Locale?
iso8601DateFormat :: Maybe String -> String
iso8601DateFormat mTimeFmt =
"%Y-%m-%d" ++ case mTimeFmt of
Nothing -> ""
Just fmt -> 'T' : fmt
and this can't be right - the 'T' is invalid?
J.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
