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

Postgres persistence timezone conversion #2892

Closed
longquanzheng opened this issue Dec 6, 2019 · 2 comments
Closed

Postgres persistence timezone conversion #2892

longquanzheng opened this issue Dec 6, 2019 · 2 comments

Comments

@longquanzheng
Copy link
Collaborator

Today we are doing some complicated timezone conversion in Postgres. There are some reasons:
r application layer is not consistent with timezone: for example, in some case we write timestamp with local timezone but when the time.Time is converted from "JSON"(from paging token), the timezone is missing... The simplest way is to disable timezone in postgres, I tried different ways but they don't work.

Maybe there is a way I missed.

@longquanzheng
Copy link
Collaborator Author

This still needs some work. This is an open issue in the PR that I found but not solved yet.

@chris-rcn
Copy link

Why was this closed?

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

3 participants