manatee-core-0.0.1: The core of Manatee.

Manatee.Toolkit.General.Time

Synopsis

Documentation

diffUTCTimeWithSecond :: UTCTime -> UTCTime -> IntegerSource

Different two time with second.

diffUTCTimeWithMillisecond :: UTCTime -> UTCTime -> IntegerSource

Different two time with millisecond.

diffUTCTimeWithMicrosecond :: UTCTime -> UTCTime -> IntegerSource

Different two time with microsecond.

diffUTCTimeWithQuantify :: UTCTime -> UTCTime -> NominalDiffTime -> IntegerSource

Different two time with quantify.

gTimeValToClockTime :: GTimeVal -> ClockTimeSource

Convert GTimeVale to ClockTime.

getTimeStamp :: String -> IO StringSource

Get local time stamp with your format!

getSecondsTimeStamp :: Integer -> String -> IO StringSource

Get diff time that seconds from 1970.