Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- 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 UTCTime
from the system clock.
fromClockTime :: ClockTime -> UTCTime Source #