Let's say I have an integer representing Epoch time, for example epoch = 1499055085, and I want to convert it to UTCTime in Haskell.
How can I do this?
In other languages this is a very trivial task, why is it so difficult in haskell?
Let's say I have an integer representing Epoch time, for example epoch = 1499055085, and I want to convert it to UTCTime in Haskell.
How can I do this?
In other languages this is a very trivial task, why is it so difficult in haskell?