Hoogle Search
Within Stackage Nightly 2025-10-09 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
parseTimeMultipleM :: (MonadFail m, ParseTime t) => Bool -> TimeLocale -> [(String, String)] -> m ttime Data.Time.Format Parses a time value given a list of pairs of format and input. Resulting value is constructed from all provided specifiers.
parseTimeOrError :: ParseTime t => Bool -> TimeLocale -> String -> String -> ttime Data.Time.Format Parse a time value given a format string. Fails if the input could not be parsed using the given format. See parseTimeM for details.
timeAndOffsetFormat :: Format t -> FormatExtension -> Format (t, TimeZone)time Data.Time.Format.ISO8601 x±hh:mm (extended), x±hhmm (basic) [ISO 8601:2004(E) sec. 4.3.3]
timeOfDayAndOffsetFormat :: FormatExtension -> Format (TimeOfDay, TimeZone)time Data.Time.Format.ISO8601 hh:mm:ss±hh:mm (extended), hhmmss±hhmm (basic) [ISO 8601:2004(E) sec. 4.2.5.2]
timeOffsetFormat :: FormatExtension -> Format TimeZonetime Data.Time.Format.ISO8601 ±hh:mm (extended), ±hhmm (basic) [ISO 8601:2004(E) sec. 4.2.5.1]
-
time Data.Time.Format.Internal The class of types which can be parsed given a UNIX-style time format string.
durationParseTimeSpecifier :: TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP Stringtime Data.Time.Format.Internal No documentation available.
-
time Data.Time.Format.Internal Get the string corresponding to the given format specifier.
timeParseTimeSpecifier :: TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP Stringtime Data.Time.Format.Internal No documentation available.
timeZoneOffsetString :: TimeZone -> Stringtime Data.Time.LocalTime Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime).