packages feed

time-compat-1.9.8: src/Data/Time/Clock/System/Compat.hs

module Data.Time.Clock.System.Compat (
    systemEpochDay,
    SystemTime(..),
    truncateSystemTimeLeapSecond,
    getSystemTime,
    systemToUTCTime,
    utcToSystemTime,
    systemToTAITime,
    ) where

import Data.Time.Orphans ()
import Data.Time.Clock.System