Hoogle Search
Within Stackage Nightly 2025-10-06 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
time-hourglass Data.Hourglass Type representing offsets in minutes against UTC to obtain local time from UTC. A positive number represents a location east of where UTC is local time and a negative number represents a location west of where UTC is local time. LocalTime t (-300) -- t represents a time at UTC-5 LocalTime t (+480) -- t represents a time at UTC+8 Should be between (-12 * 60) and (+14 * 60). For example, in timezone AEDT (Australian Eastern Daylight Time) (UTC+11), local time is 15:47. Consequently, UTC time is 04:47 and the timezone offset is TimezoneOffset 660 (in minutes).
TimezoneOffset :: Int -> TimezoneOffsettime-hourglass Data.Hourglass No documentation available.
localTimeSetTimezone :: Time t => TimezoneOffset -> LocalTime t -> LocalTime ttime-hourglass Data.Hourglass For the given timezone offset and local time, yield the corresponding local time.
timezoneOffset :: Timezone tz => tz -> Inttime-hourglass Data.Hourglass Offset in minutes from UTC. Valid values should be between -12 * 60 and +14 * 60.
timezoneOffsetToMinutes :: TimezoneOffset -> Inttime-hourglass Data.Hourglass The number of minutes.
timezoneOffsetToSeconds :: TimezoneOffset -> Secondstime-hourglass Data.Hourglass For the given timezone offset, yield the corresponding number of seconds.
analyseType :: Name -> Type -> TypeAnalysisacid-state Data.Acid.TemplateHaskell No documentation available.
machineOffsets :: AcMachine v -> !TypedByteArray Offsetalfred-margaret Data.Text.AhoCorasick.Automaton For every state, the index into machineTransitions where the transition list for that state starts.
databaseTypeDecl :: [HsEntity] -> Decl ()beam-migrate Database.Beam.Haskell.Syntax No documentation available.
data
SomeCheckedDatabaseSettings beam-migrate Database.Beam.Migrate.Backend Monomorphic wrapper to use when interpreting a module which exports a CheckedDatabaseSettings.