trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.34k stars 2.98k forks source link

Document `time AT TIME ZONE ...` and offset zones #9287

Open findepi opened 3 years ago

findepi commented 3 years ago

supplement https://trino.io/docs/current/functions/datetime.html#at-time-zone-operator

trino> SELECT TIME '01:23:45' AT TIME ZONE 'Europe/Warsaw';
     _col0
----------------
 01:23:45+02:00
tanya654 commented 1 week ago

Hi, can i work on this issue,please?