postgresql-simple-0.6.5.1: Mid-Level PostgreSQL client library
Copyright(c) 2012 Leon P Smith
LicenseBSD3
MaintainerLeon P Smith <leon@melding-monads.com>
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.PostgreSQL.Simple.Time.Internal

Description

 

Documentation

getDay :: Parser Day Source #

getDate :: Parser Date Source #

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 #