godror WARNING: discrepancy between DBTIMEZONE ("-07:00"=-700) and SYSTIMESTAMP ("+08:00"=800) - set connection timezone, see https://github.com/godror/godror/blob/master/doc/timezone.md
godror WARNING: discrepancy between DBTIMEZONE ("-07:00"=-700) and SYSTIMESTAMP ("+08:00"=800) - set connection timezone, see https://github.com/godror/godror/blob/master/doc/timezone.md
Either speak with your DBA to synchronize the DB's time zone (DBTIMEZONE) with the underlying OS' time zone, or set one chosen timezone in the [./connection.md](connection string):
timezone="Europe/Berlin"
(it is parsed with time.LoadLocation, so such names can be used, or local, or a numeric +0500 fixed zone).