Guest User

Untitled

a guest
Jul 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import System.Time
  2. import System.Locale
  3.  
  4. main = getClockTime >>=
  5. toCalendarTime >>=
  6. putStrLn . formatCalendarTime defaultTimeLocale "%c"
Add Comment
Please, Sign In to add comment