Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Vhd.Time
- newtype VhdDiffTime = VhdDiffTime Word32
- getVHDTime :: IO VhdDiffTime
- toPosixSeconds :: VhdDiffTime -> POSIXTime
- toUTCTime :: VhdDiffTime -> UTCTime
Documentation
newtype VhdDiffTime #
Represent number of seconds since VHD epoch.
Constructors
VhdDiffTime Word32 |
Instances
getVHDTime :: IO VhdDiffTime #
return the current time in vhd epoch time.
toPosixSeconds :: VhdDiffTime -> POSIXTime #
toUTCTime :: VhdDiffTime -> UTCTime #