[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: better tz for test (865557b)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:08:24 UTC 2017


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/865557b3d37b3cba48ed1c4d4f12128f19c7f28f

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

commit 865557b3d37b3cba48ed1c4d4f12128f19c7f28f
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Wed May 11 22:50:47 2005 -0700

    better tz for test
    
    darcs-hash:20050512055047-ac6dd-1f4486d8b5ca0fa95be731b31b603535bb5695cc


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

865557b3d37b3cba48ed1c4d4f12128f19c7f28f
 test/TestFormat.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/TestFormat.hs b/test/TestFormat.hs
index d4a7675..a273448 100644
--- a/test/TestFormat.hs
+++ b/test/TestFormat.hs
@@ -38,7 +38,7 @@ locale :: TimeLocale
 locale = defaultTimeLocale {dateTimeFmt = "%a %b %e %H:%M:%S %Y"}
 
 zones :: [Timezone]
-zones = [utc,hoursToTimezone (- 7)]
+zones = [utc,MkTimezone 87 True "Fenwickian Daylight Time"]
 
 posixDay :: UTCDiffTime
 posixDay = 86400



More information about the ghc-commits mailing list