Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 225 Bytes

select-datetime-timezone.md

File metadata and controls

9 lines (6 loc) · 225 Bytes

select date timezone

  • assuming datetime stored without time zone ( ie. UTC )

  • to retrieve datetime as local 'Europe/Rome'

select ((document_date at time zone 'UTC') at time zone 'Europe/Rome') from document