hackage-db-2.0: Access Hackage's package database via Data.Map

Maintainersimons@cryp.to
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Distribution.Hackage.DB.Utility

Description

 

Synopsis

Documentation

fromEpochTime :: EpochTime -> UTCTime Source #

Convert the the EpochTime used by the tar library into a standard UTCTime type.

\et -> toEpochTime (fromEpochTime et) == et

toEpochTime :: UTCTime -> EpochTime Source #

Convert the standard UTCTime type into the EpochTime used by the tar library.