Add the timezone() built-in function.

This commit is contained in:
Dianne Skoll
2022-10-05 16:28:38 -04:00
parent fba9f139ed
commit fac31a10b8
5 changed files with 117 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ set b utctolocal('2022-11-06@06:59')
set b utctolocal('2022-11-06@07:00')
set b utctolocal('2022-11-06@07:01')
set b utctolocal('2022-12-01@17:00')
set c timezone('2022-07-01')
set c timezone('2022-12-01')