| Copyright | (c) 2012 Leon P Smith |
|---|---|
| License | BSD3 |
| Maintainer | Leon P Smith <leon@melding-monads.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.PostgreSQL.Simple.Time.Internal
Description
Documentation
getTimeOfDay :: Parser TimeOfDay Source #
getLocalTime :: Parser LocalTime Source #
getTimeZone :: Parser TimeZone Source #
getZonedTime :: Parser ZonedTime Source #
getUTCTime :: Parser UTCTime Source #
type TimeZoneHMS = (Int, Int, Int) Source #
localToUTCTimeOfDayHMS :: TimeZoneHMS -> TimeOfDay -> (Integer, TimeOfDay) Source #