[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Improve documentation of wdays in TimeLocale (9366adb)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:17:01 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #12 from dterei/base48-foreign-fix (8c7c106)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #14 from lubomir/document-locale (968ec05)
- 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/9366adb2d12ff3ad4be7a40a160e231b5c650af7
>---------------------------------------------------------------
commit 9366adb2d12ff3ad4be7a40a160e231b5c650af7
Author: Lubomír Sedlář <lubomir.sedlar at gmail.com>
Date: Sat Dec 13 14:46:50 2014 +0100
Improve documentation of wdays in TimeLocale
>---------------------------------------------------------------
9366adb2d12ff3ad4be7a40a160e231b5c650af7
lib/Data/Time/Format/Locale.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Data/Time/Format/Locale.hs b/lib/Data/Time/Format/Locale.hs
index 2ce510f..80ead81 100644
--- a/lib/Data/Time/Format/Locale.hs
+++ b/lib/Data/Time/Format/Locale.hs
@@ -14,7 +14,7 @@ where
import Data.Time.LocalTime
data TimeLocale = TimeLocale {
- -- |full and abbreviated week days
+ -- |full and abbreviated week days, starting with Sunday
wDays :: [(String, String)],
-- |full and abbreviated months
months :: [(String, String)],
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #12 from dterei/base48-foreign-fix (8c7c106)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #14 from lubomir/document-locale (968ec05)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list