time-parsers-0.1.0.0: Parsers for types in `time`.

Safe HaskellNone
LanguageHaskell2010

Data.Time.TH

Description

Template Haskell extras for Time.

Synopsis

Documentation

mkUTCTime :: String -> Q Exp Source

Make a UTCTime. Accepts the same strings as utcTime parser accepts.

t :: UTCTime
t = $(mkUTCTime "2014-05-12 00:02:03.456000Z")

Since: 0.2.3.0