aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
238 stars 107 forks source link

Use Data.Time.Clock.POSIX.utcTimeToPOSIXSecond for UTCTime #250

Open LeifW opened 6 years ago

LeifW commented 6 years ago

Can we use the Data.Time.Clock.POSIX library for converting UTCTime into unix timestamps, rather than having our own code to do that? This converts directly to Scientific with realToFrac.