time-compat-1.9.3: Compatibility package for time

Safe HaskellTrustworthy
LanguageHaskell2010

Data.Time.Clock.POSIX.Compat

Synopsis

Documentation

posixDayLength :: NominalDiffTime #

86400 nominal seconds in every day

type POSIXTime = NominalDiffTime #

POSIX time is the nominal time since 1970-01-01 00:00 UTC

To convert from a CTime or EpochTime, use realToFrac.

getPOSIXTime :: IO POSIXTime #

Get the current POSIX time from the system clock.

getCurrentTime :: IO UTCTime #

Get the current UTCTime from the system clock.