We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add option to set the db sessions timezone (inside connection string maybe?).
Example:
SET TIME ZONE 'UTC'
TIMESTAMP WITH TIME ZONE (type: timestamptz) columns in postgres use the db session timezone for date conversion.
TIMESTAMP WITH TIME ZONE
timestamptz
This is needed because INSERT'ing data on DST (Daylight Saving Time) period can have some strange timestamp converting behaviors.
The text was updated successfully, but these errors were encountered:
Hey @villisco we don't have a lot of bandwidth right now to add new features, but we welcome PRs :)
Sorry, something went wrong.
No branches or pull requests
Please add option to set the db sessions timezone (inside connection string maybe?).
Example:
TIMESTAMP WITH TIME ZONE
(type:timestamptz
) columns in postgres use the db session timezone for date conversion.This is needed because INSERT'ing data on DST (Daylight Saving Time) period can have some strange timestamp converting behaviors.
The text was updated successfully, but these errors were encountered: