Hoogle Search

Within LTS Haskell 22.26 (ghc-9.6.5)

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

  1. makeTimeOfDayValid :: Int -> Int -> Pico -> Maybe TimeOfDay

    time-compat Data.Time.LocalTime.Compat

    No documentation available.

  2. timeToDaysAndTimeOfDay :: NominalDiffTime -> (Integer, TimeOfDay)

    time-compat Data.Time.LocalTime.Compat

    Convert a period of time into a count of days and a time of day since midnight. The time of day will never have a leap second.

  3. timeToTimeOfDay :: DiffTime -> TimeOfDay

    time-compat Data.Time.LocalTime.Compat

    Get the time of day given a time since midnight. Time more than 24h will be converted to leap-seconds.

  4. utcToLocalTimeOfDay :: TimeZone -> TimeOfDay -> (Integer, TimeOfDay)

    time-compat Data.Time.LocalTime.Compat

    Convert a time of day in UTC to a time of day in some timezone, together with a day adjustment.

Page 3 of many | Previous | Next