Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
- getCurrentTime :: IO UTCTime
- toSeconds :: UTCTime -> Integer
- formatDateTime :: String -> UTCTime -> String
- fromClockTime :: ClockTime -> UTCTime
- parseDateTime :: String -> String -> Maybe UTCTime
- startOfTime :: UTCTime
Documentation
getCurrentTime :: IO UTCTime #
Get the current UTC time from the system clock.
fromClockTime :: ClockTime -> UTCTime Source #