Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatISO8601 :: UTCTime -> Stringiso8601-time Data.Time.ISO8601 Formats a time in ISO 8601, with up to 12 second decimals. This is the formatTime format %FT%T%Q == %%Y-%m-%dT%%H:%M:%S%Q.
formatISO8601Javascript :: UTCTime -> Stringiso8601-time Data.Time.ISO8601 Formats a time like JavaScript's new Date().toISOString() as specified by Mozilla: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString This is an alias for formatISO8601Millis.
formatISO8601Micros :: UTCTime -> Stringiso8601-time Data.Time.ISO8601 Formats a time in ISO 8601 with up to microsecond precision and trailing zeros. The format is precisely:
YYYY-MM-DDTHH:mm:ss.ssssssZ
formatISO8601Millis :: UTCTime -> Stringiso8601-time Data.Time.ISO8601 Formats a time in ISO 8601 with up to millisecond precision and trailing zeros. The format is precisely:
YYYY-MM-DDTHH:mm:ss.sssZ
formatISO8601Nanos :: UTCTime -> Stringiso8601-time Data.Time.ISO8601 Formats a time in ISO 8601 with up to nanosecond precision and trailing zeros. The format is precisely:
YYYY-MM-DDTHH:mm:ss.sssssssssZ
formatISO8601Picos :: UTCTime -> Stringiso8601-time Data.Time.ISO8601 Formats a time in ISO 8601 with up to picosecond precision and trailing zeros. The format is precisely:
YYYY-MM-DDTHH:mm:ss.ssssssssssssZ
forWithKey :: (TraversableWithKey t, Applicative f) => t a -> (Key t -> a -> f b) -> f (t b)keys Data.Key No documentation available.
forWithKey1_ :: (FoldableWithKey1 t, Apply f) => t a -> (Key t -> a -> f b) -> f ()keys Data.Key No documentation available.
forWithKeyM :: (TraversableWithKey t, Monad m) => t a -> (Key t -> a -> m b) -> m (t b)keys Data.Key No documentation available.
forWithKeyM_ :: (FoldableWithKey t, Monad m) => t a -> (Key t -> a -> m b) -> m ()keys Data.Key No documentation available.