Skip to content

Instantly share code, notes, and snippets.

@talentdeficit
Last active December 22, 2016 08:00
Show Gist options
  • Save talentdeficit/71da3e634af51ba404eda29bb0295800 to your computer and use it in GitHub Desktop.
Save talentdeficit/71da3e634af51ba404eda29bb0295800 to your computer and use it in GitHub Desktop.
postgres=# SELECT TIMESTAMP 'January 1, 99 AD' > TIMESTAMP 'January 1, 100 AD'
?column?
----------
t
(1 row)
postgres=# SELECT TIMESTAMP 'January 1, 2001 AD' = TIMESTAMP 'January 1, 1 AD' ;
?column?
----------
t
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment