]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - Data/Time/W3C.hs
Haddock comments
[time-w3c.git] / Data / Time / W3C.hs
index a6f19f40eec655ae9621b9e37cb9a685812092af..8c7346d9c2774b176ca221b88e0dff3a908c03dd 100644 (file)
@@ -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: <http://www.w3.org/TR/NOTE-datetime>
+
 module Data.Time.W3C
     ( W3CDateTime(..)
     , format
+    , parse
     )
     where
 
 import Data.Time.W3C.Format
+import Data.Time.W3C.Parser
 import Data.Time.W3C.Types