]> gitweb @ CieloNegro.org - time-http.git/blobdiff - Data/Time/RFC733.hs
cosmetic changes
[time-http.git] / Data / Time / RFC733.hs
index a5e28d3b9bdd5c34d8a659580269dd060476320d..c7a1e6b4e879281ba31ba1dcfad4e06c353e1103 100644 (file)
@@ -75,7 +75,7 @@ format zonedTime
                , ":"
                , show2 (floor (todSec timeOfDay))
                , " "
-               , showTZ timeZone
+               , show4digitsTZ timeZone
                ]
 
 parse :: String -> Maybe ZonedTime