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

discrepancy between DBTIMEZONE and SYSTIMESTAMP #72

Open
denissun opened this issue Feb 20, 2023 · 1 comment
Open

discrepancy between DBTIMEZONE and SYSTIMESTAMP #72

denissun opened this issue Feb 20, 2023 · 1 comment

Comments

@denissun
Copy link

denissun commented Feb 20, 2023

How to make the following WARNING gone?

godror WARNING: discrepancy between DBTIMEZONE ("+00:00"=0) and SYSTIMESTAMP ("-05:00"=-500) - set connection timezone, see https://github.com/godror/godror/blob/master/doc/timezone.md

I tried to play with Timezone in CommonParms, don't know if this is right place to set up something and if so what correct value here

``
39 CommonParams: dsn.CommonParams{
40 Username: p_username,
41 Password: dsn.NewPassword(p_password),
42 ConnectString: connString,
43 // Timezone: time.FixedZone("UTC-5", -55050), // need to figure out what is the correct value

@github-actions
Copy link

This issue is being marked as stale due to a long period of inactivity

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

No branches or pull requests

1 participant