[commit: packages/time] master: export addUTCTime and diffUTCTime (3dfb0c3)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 07:45:38 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/3dfb0c35e8d9936bfab73a57a07bd1fcf5a70d04
>---------------------------------------------------------------
commit 3dfb0c35e8d9936bfab73a57a07bd1fcf5a70d04
Author: Ashley Yakeley <ashley at semantic.org>
Date: Wed Feb 23 02:35:17 2005 -0800
export addUTCTime and diffUTCTime
darcs-hash:20050223103517-ac6dd-7c644aba8ebbe04a96df851aef01d33e1692adfc
>---------------------------------------------------------------
3dfb0c35e8d9936bfab73a57a07bd1fcf5a70d04
System/Time/Clock.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/System/Time/Clock.hs b/System/Time/Clock.hs
index 628a627..9f59a8c 100644
--- a/System/Time/Clock.hs
+++ b/System/Time/Clock.hs
@@ -10,6 +10,7 @@ module System.Time.Clock
-- UTC arithmetic
UTCTime(..),UTCDiffTime,utcTimeToUTCSeconds,utcSecondsToUTCTime,
+ addUTCTime,diffUTCTime,
-- getting the current UTC time
getCurrentTime
More information about the ghc-commits
mailing list