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.

  1. parseTimeMultipleM :: (MonadFail m, ParseTime t) => Bool -> TimeLocale -> [(String, String)] -> m t

    time Data.Time.Format

    Parses a time value given a list of pairs of format and input. Resulting value is constructed from all provided specifiers.

  2. parseTimeOrError :: ParseTime t => Bool -> TimeLocale -> String -> String -> t

    time 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.

  3. 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]

  4. 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]

  5. timeOffsetFormat :: FormatExtension -> Format TimeZone

    time Data.Time.Format.ISO8601

    ±hh:mm (extended), ±hhmm (basic) [ISO 8601:2004(E) sec. 4.2.5.1]

  6. class ParseTime t

    time Data.Time.Format.Internal

    The class of types which can be parsed given a UNIX-style time format string.

  7. durationParseTimeSpecifier :: TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP String

    time Data.Time.Format.Internal

    No documentation available.

  8. parseTimeSpecifier :: ParseTime t => Proxy t -> TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP String

    time Data.Time.Format.Internal

    Get the string corresponding to the given format specifier.

  9. timeParseTimeSpecifier :: TimeLocale -> Maybe ParseNumericPadding -> Char -> ReadP String

    time Data.Time.Format.Internal

    No documentation available.

  10. timeZoneOffsetString :: TimeZone -> String

    time Data.Time.LocalTime

    Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime).

Page 74 of many | Previous | Next