shithub: MicroHs

ref: 35cc33cdee501af74eaf699d1f1a34c51f6b8ee1
dir: /cpphscompat/Data/Time/Format.hs/

View raw version
module Data.Time.Format(module Data.Time.Format) where
import Data.Time.Clock

data TimeLocale

formatTime :: TimeLocale -> String -> UTCTime -> String
formatTime _ _ (UTCTime t) = show t ++ "s"