Hoogle Search

Within LTS Haskell 22.23 (ghc-9.6.5)

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

  1. localTimeOfDay :: LocalTime -> TimeOfDay

    time Data.Time.LocalTime

    No documentation available.

  2. localToUTCTimeOfDay :: TimeZone -> TimeOfDay -> (Integer, TimeOfDay)

    time Data.Time.LocalTime

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

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

    time Data.Time.LocalTime

    No documentation available.

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

    time Data.Time.LocalTime

    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.

  5. timeToTimeOfDay :: DiffTime -> TimeOfDay

    time Data.Time.LocalTime

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

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

    time Data.Time.LocalTime

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

  7. dayFractionToTimeOfDay :: Rational -> TimeOfDay

    time-compat Data.Time.LocalTime.Compat

    Get the time of day given the fraction of a day since midnight.

  8. daysAndTimeOfDayToTime :: Integer -> TimeOfDay -> NominalDiffTime

    time-compat Data.Time.LocalTime.Compat

    Convert a count of days and a time of day since midnight into a period of time.

  9. localTimeOfDay :: LocalTime -> TimeOfDay

    time-compat Data.Time.LocalTime.Compat

    No documentation available.

  10. localToUTCTimeOfDay :: TimeZone -> TimeOfDay -> (Integer, TimeOfDay)

    time-compat Data.Time.LocalTime.Compat

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

Page 2 of many | Previous | Next