Hoogle Search

Within LTS Haskell 22.21 (ghc-9.6.5)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data UTCTime

    time Data.Time.Clock

    This is the simplest representation of UTC. It consists of the day number, and a time offset from midnight. Note that if a day has a leap second added to it, it will have 86401 seconds.

  2. UTCTime :: Day -> DiffTime -> UTCTime

    time Data.Time.Clock

    No documentation available.

  3. data () => UTCTime

    time-compat Data.Time.Clock.Compat

    This is the simplest representation of UTC. It consists of the day number, and a time offset from midnight. Note that if a day has a leap second added to it, it will have 86401 seconds.

  4. UTCTime :: Day -> DiffTime -> UTCTime

    time-compat Data.Time.Clock.Compat

    No documentation available.

  5. utcTimeToPOSIXSeconds :: UTCTime -> POSIXTime

    time Data.Time.Clock.POSIX

    No documentation available.

  6. utcTimeToPOSIXSeconds :: UTCTime -> POSIXTime

    time-compat Data.Time.Clock.POSIX.Compat

    No documentation available.

  7. addUTCTime :: NominalDiffTime -> UTCTime -> UTCTime

    time Data.Time.Clock

    addUTCTime a b = a + b

  8. diffUTCTime :: UTCTime -> UTCTime -> NominalDiffTime

    time Data.Time.Clock

    diffUTCTime a b = a - b

  9. posixSecondsToUTCTime :: POSIXTime -> UTCTime

    time Data.Time.Clock.POSIX

    No documentation available.

  10. systemToUTCTime :: SystemTime -> UTCTime

    time Data.Time.Clock.System

    Convert SystemTime to UTCTime, matching zero SystemTime to midnight of systemEpochDay UTC.

Page 1 of 2 | Next