XSD dateTime
data structure http://www.w3.org/TR/xmlschema-2/#dateTime
Documentation
XSD dateTime
data structure http://www.w3.org/TR/xmlschema-2/#dateTime
dateTime' :: String -> Either ParseError DateTimeSource
Parses the string into a dateTime
or may fail with a parse error.
toZonedTime :: DateTime -> ZonedTimeSource
Converts a dateTime
to a zoned time.
zonedTime' :: String -> Either ParseError ZonedTimeSource
Parses the string in a dateTime
then converts to a zoned time and may fail with a parse error.