]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/RFC1123DateTime.hs
Slight speed improvement and bugfix
[Lucu.git] / Network / HTTP / Lucu / RFC1123DateTime.hs
index 580691b7f4741a4370584f158f288af0e1adbeda..4d7aa1576a1acf308b99c9e6ae4e36b3520f2a8e 100644 (file)
@@ -37,7 +37,7 @@ formatRFC1123DateTime time
       fmtDec 2 (ctMin    time)
       ++ ":"  ++
       fmtDec 2 (ctSec    time)
-      ++ ":"  ++
+      ++ " "  ++
       id       (ctTZName time)