[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: expose getTimeZone (51caf03)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:07:33 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix posixToCTime for compile on 6.4 (81468e1)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: rename id to Timezone (126e42f)
- 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/51caf0365ac20cfb829cedb18364e6891186325e
>---------------------------------------------------------------
commit 51caf0365ac20cfb829cedb18364e6891186325e
Author: ashley <ashley at semantic.org>
Date: Wed Apr 27 23:03:04 2005 -0700
expose getTimeZone
darcs-hash:20050428060304-ca2d0-462560f690d4a8d591fc61dcf9eacdf91618b663
>---------------------------------------------------------------
51caf0365ac20cfb829cedb18364e6891186325e
System/Time/Calendar.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/System/Time/Calendar.hs b/System/Time/Calendar.hs
index 97c6bac..828a664 100644
--- a/System/Time/Calendar.hs
+++ b/System/Time/Calendar.hs
@@ -6,7 +6,7 @@ module System.Time.Calendar
TimeZone,timezoneToMinutes,minutesToTimezone,hoursToTimezone,utc,
-- getting the locale time zone
- getCurrentTimezone,
+ getTimezone,getCurrentTimezone,
-- Gregorian "calendrical" format
TimeOfDay(..),CalendarDay(..),CalendarTime(..),
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: fix posixToCTime for compile on 6.4 (81468e1)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: rename id to Timezone (126e42f)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list