/test/TimeZone.hs
http://github.com/takano-akio/time · Haskell · 10 lines · 6 code · 3 blank · 1 comment · 0 complexity · b1b86a42c18f7fad76e06e9b434b572a MD5 · raw file
- {-# OPTIONS -Wall -Werror #-}
- module Main where
- import Data.Time
- main :: IO ()
- main = do
- zone <- getCurrentTimeZone
- putStrLn (timeZoneOffsetString zone)