[commit: packages/time] format-widths, master, posix-perf, tasty: expose posixToUTCTime (1e18026)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:19:13 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,master,posix-perf,tasty
Link       : http://git.haskell.org/packages/time.git/commitdiff/1e1802635dabab325e38d126de1540425202a5b4

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

commit 1e1802635dabab325e38d126de1540425202a5b4
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Tue Dec 6 02:05:48 2016 -0800

    expose posixToUTCTime


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

1e1802635dabab325e38d126de1540425202a5b4
 lib/Data/Time/Clock/POSIX.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Data/Time/Clock/POSIX.hs b/lib/Data/Time/Clock/POSIX.hs
index 2bd1965..94bc8ee 100644
--- a/lib/Data/Time/Clock/POSIX.hs
+++ b/lib/Data/Time/Clock/POSIX.hs
@@ -4,7 +4,8 @@ module Data.Time.Clock.POSIX
 (
     posixDayLength,POSIXTime,
     makePOSIXTime,ptSeconds,ptNanoSeconds,
-    posixSecondsToUTCTime,utcTimeToPOSIXSeconds,getPOSIXTime,getCurrentTime
+    posixSecondsToUTCTime,utcTimeToPOSIXSeconds,
+    posixToUTCTime,getPOSIXTime,getCurrentTime
 ) where
 
 import Data.Time.Clock.UTC



More information about the ghc-commits mailing list