[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Document the format used for output with %z. (894b1f8)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:49:19 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/894b1f8e83bee2e25b93441e01b72953150d5931

>---------------------------------------------------------------

commit 894b1f8e83bee2e25b93441e01b72953150d5931
Author: bjorn <bjorn at bringert.net>
Date:   Tue Oct 16 12:54:49 2007 -0700

    Document the format used for output with %z.
    
    darcs-hash:20071016195449-6cdb2-282aead0b5077d6d80d15d2110c9316b910ff13a


>---------------------------------------------------------------

894b1f8e83bee2e25b93441e01b72953150d5931
 Data/Time/Format.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/Time/Format.hs b/Data/Time/Format.hs
index 64f73ef..5e10cd1 100644
--- a/Data/Time/Format.hs
+++ b/Data/Time/Format.hs
@@ -37,7 +37,7 @@ class FormatTime t where
 --
 -- For TimeZone (and ZonedTime and UTCTime):
 --
--- [@%z@] timezone offset
+-- [@%z@] timezone offset on the format @-HHMM at .
 --
 -- [@%Z@] timezone name
 --



More information about the ghc-commits mailing list