Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
datePartsToInt64 :: (Integral a1, Integral a2, Integral a3, Integral a4, Integral a5, Integral a6) => (a1, a2, a3, a4, a5, a6) -> Int64 Source #
calTimeToInt64 :: CalendarTime -> Int64 Source #
utcTimeToInt64 :: UTCTime -> Int64 Source #
int64ToCalTime :: Int64 -> CalendarTime Source #
int64ToUTCTime :: Int64 -> UTCTime Source #
pgDatetimetoUTCTime :: String -> UTCTime Source #
isoDatetimeToUTCTime :: String -> UTCTime Source #
pgDatetimetoCalTime :: String -> CalendarTime Source #
myIsInfixOf :: Eq a => [a] -> [a] -> Bool Source #
utcTimeToIsoString :: (Show a, Integral a, Integral b) => UTCTime -> String -> (a -> a) -> (b -> String) -> String Source #
utcTimeToPGDatetime :: UTCTime -> String Source #
utcTimeToIsoDatetime :: UTCTime -> String Source #
calTimeToPGDatetime :: CalendarTime -> String Source #