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

Fix mongo's bson decoder timezone #4373

Open
Awadabang opened this issue Sep 12, 2024 · 0 comments
Open

Fix mongo's bson decoder timezone #4373

Awadabang opened this issue Sep 12, 2024 · 0 comments

Comments

@Awadabang
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When I upgrade gozero's version, all my *time.Time data query from mongodb changes to UTC. I found the reason that mongo-driver's version has upgraded, the bson decoder decodes *time.Time as UTC by default.

Describe the solution you'd like
When we new a mongo collection, add a bsonOption called UseLocalTimeZone: true.

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

1 participant