time-1.4.0.2: Test/TimeZone.hs
{-# OPTIONS -Wall -Werror #-}
module Main where
import Data.Time
main :: IO ()
main = do
zone <- getCurrentTimeZone
putStrLn (timeZoneOffsetString zone)
{-# OPTIONS -Wall -Werror #-}
module Main where
import Data.Time
main :: IO ()
main = do
zone <- getCurrentTimeZone
putStrLn (timeZoneOffsetString zone)