-
Notifications
You must be signed in to change notification settings - Fork 11
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
Set default timezone to UTC in importer #194
Labels
bug
Unwanted / harmful behavior
Comments
Check that EXPORT is also fixed and behaves similarly. |
As discussed with @allipatev, we should enable this with user parameter first so that users are not faced with sudden behavior change. |
morazow
added a commit
that referenced
this issue
Mar 31, 2022
morazow
added a commit
that referenced
this issue
Mar 31, 2022
This was referenced Mar 31, 2022
morazow
added a commit
that referenced
this issue
Apr 1, 2022
morazow
added a commit
that referenced
this issue
Apr 1, 2022
morazow
added a commit
that referenced
this issue
Apr 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
Currently, when importing timestamp values using
java.sql.Timestamp
, they are converted to the timezone of the database nodes (DBTIMEZONE
setting). This leads to the wrong expectations, since Timestamp is always UTC.Until this this feature is introduced exasol/script-languages-release#539, set the UDF application timezone to UTC using:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: