X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-w3c.git;a=blobdiff_plain;f=Data%2FTime%2FW3C.hs;h=8c7346d9c2774b176ca221b88e0dff3a908c03dd;hp=a6f19f40eec655ae9621b9e37cb9a685812092af;hb=376869bc3a4e7c2e22fb47152ba2d459b82efdd0;hpb=fb743c0b822f29bac00c39e762ddd57dc65ee28f diff --git a/Data/Time/W3C.hs b/Data/Time/W3C.hs index a6f19f4..8c7346d 100644 --- a/Data/Time/W3C.hs +++ b/Data/Time/W3C.hs @@ -1,8 +1,16 @@ +-- | This package provides functionalities to parse and format W3C +-- Date and Time. The package can also be used to convert it from/to +-- 'Data.Time.Calendar.Day' and 'Data.Time.LocalTime.ZonedTime'. +-- +-- See: + module Data.Time.W3C ( W3CDateTime(..) , format + , parse ) where import Data.Time.W3C.Format +import Data.Time.W3C.Parser import Data.Time.W3C.Types