Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time zone issue #5533

Closed
vomikan opened this issue Jan 12, 2023 · 2 comments
Closed

Time zone issue #5533

vomikan opened this issue Jan 12, 2023 · 2 comments
Labels

Comments

@vomikan
Copy link
Member

vomikan commented Jan 12, 2023

#5530 (comment)

The time values in the CHECKINGACCOUNT_V1 table are stored in UTC.

And the customized values are saved 1:1

@vomikan vomikan added the bug label Jan 12, 2023
@n-stein
Copy link
Contributor

n-stein commented Jan 13, 2023

I commented on the other issue, but SQLite can do the UTC conversion for you:

select * from CHECKINGACCOUNT_V1 c
where c.LASTUPDATEDTIME >= datetime('&single_date'||'T'||'&single_time', 'UTC');

@n-stein
Copy link
Contributor

n-stein commented Jan 13, 2023

The UDF fields are user-managed and not system-managed so I think we need to keep them 1:1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants