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