Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Data.Time.Clock.System.Compat
Documentation
systemEpochDay :: Day #
data SystemTime #
Constructors
MkSystemTime | |
Fields
|
Instances
NFData SystemTime | |
Defined in Data.Time.Clock.Internal.SystemTime Methods rnf :: SystemTime -> () | |
Data SystemTime | |
Defined in Data.Time.Clock.Internal.SystemTime Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SystemTime -> c SystemTime gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SystemTime toConstr :: SystemTime -> Constr dataTypeOf :: SystemTime -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SystemTime) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SystemTime) gmapT :: (forall b. Data b => b -> b) -> SystemTime -> SystemTime gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SystemTime -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SystemTime -> r gmapQ :: (forall d. Data d => d -> u) -> SystemTime -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> SystemTime -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> SystemTime -> m SystemTime gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SystemTime -> m SystemTime gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SystemTime -> m SystemTime | |
Show SystemTime | |
Defined in Data.Time.Clock.Internal.SystemTime Methods showsPrec :: Int -> SystemTime -> ShowS show :: SystemTime -> String showList :: [SystemTime] -> ShowS | |
Eq SystemTime | |
Defined in Data.Time.Clock.Internal.SystemTime | |
Ord SystemTime | |
Defined in Data.Time.Clock.Internal.SystemTime Methods compare :: SystemTime -> SystemTime -> Ordering (<) :: SystemTime -> SystemTime -> Bool (<=) :: SystemTime -> SystemTime -> Bool (>) :: SystemTime -> SystemTime -> Bool (>=) :: SystemTime -> SystemTime -> Bool max :: SystemTime -> SystemTime -> SystemTime min :: SystemTime -> SystemTime -> SystemTime |
getSystemTime :: IO SystemTime #
systemToUTCTime :: SystemTime -> UTCTime #
utcToSystemTime :: UTCTime -> SystemTime #