[commit: packages/time] format-widths, 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
Mon Feb 20 21:12:58 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Allow a colon between the hours and minutes when parsing with %z and %Z. (e6e4837)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Haddock for parseTime and friends. (0f2e21b)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,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
--
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Allow a colon between the hours and minutes when parsing with %z and %Z. (e6e4837)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Haddock for parseTime and friends. (0f2e21b)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list