Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Data.DateTime
Documentation
toGregorian' :: DateTime -> (Integer, Int, Int)
fromGregorian' :: Integer -> Int -> Int -> DateTime
fromSeconds :: Integer -> DateTime
toClockTime :: DateTime -> ClockTime
fromClockTime :: ClockTime -> DateTime
toSqlString :: DateTime -> String
fromSqlString :: String -> Maybe DateTime
formatDateTime :: String -> DateTime -> String
parseDateTime :: String -> String -> Maybe DateTime
addMinutes' :: Int -> DateTime -> DateTime
addMinutes :: Integer -> DateTime -> DateTime
diffMinutes' :: DateTime -> DateTime -> Int
diffMinutes :: DateTime -> DateTime -> Integer
addSeconds :: Integer -> DateTime -> DateTime
diffSeconds :: DateTime -> DateTime -> Integer