You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: