time-1.2.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)