Skip to content

Archive: Support for UTC-related Oracle issues - #3905

Draft
kasemir wants to merge 1 commit into
masterfrom
archive_oracle_utc_fix
Draft

Archive: Support for UTC-related Oracle issues#3905
kasemir wants to merge 1 commit into
masterfrom
archive_oracle_utc_fix

Conversation

@kasemir

@kasemir kasemir commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

The sql.Timestamp, just like Instant, Date, ... internally holds seconds-since-epoch.
There are various ways to convert between local time zones, and RDBs like MySQL or Postgres handle this well.

Oracle, however, may treat the Timestamp as a local time zone reading. This PR allows customization of the raw data query, with an option to pass the start and end time of the raw data query as a UTC-based "local" time.

Allow customization of the raw data query, with option to pass the start and end time of the raw data query as a UTC-based "local" time.
@kasemir
kasemir marked this pull request as draft August 4, 2026 18:26
@sonarqubecloud

sonarqubecloud Bot commented Aug 4, 2026

Copy link
Copy Markdown

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

Successfully merging this pull request may close these issues.

1 participant