relational-query-0.12.2.1: Typeful, Modular, Relational, algebraic query engine

Safe HaskellSafe
LanguageHaskell2010

Database.Relational.NonStandard.PureTimestampTZ

Contents

Orphan instances

LiteralSQL ZonedTime Source #

Constant SQL terms of ZonedTime. This generates ***NOT STANDARD*** SQL of TIMESTAMPTZ literal.

Instance details

LiteralSQL UTCTime Source #

Constant SQL terms of UTCTime. This generates ***NOT STANDARD*** SQL of TIMESTAMPTZ literal with UTC timezone.

Instance details