Skip to content

fix: date & timestamp format #183

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

Merged
merged 2 commits into from
Feb 24, 2022
Merged

fix: date & timestamp format #183

merged 2 commits into from
Feb 24, 2022

Conversation

soedirgo
Copy link
Member

Fixes #174.

dates, timestamps, and timestamptzs are no longer converted to JS Dates.

date before: "2020-01-01T00:00:00.000Z"

date after: "2020-01-01"

@soedirgo soedirgo requested a review from phamhieu February 18, 2022 09:41
@soedirgo
Copy link
Member Author

I think this one's simple & doesn't require a change on the dashboard

@soedirgo soedirgo merged commit 2cf9167 into master Feb 24, 2022
@soedirgo soedirgo deleted the fix/date branch February 24, 2022 10:34
@github-actions
Copy link

🎉 This PR is included in version 0.33.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DATEs are returned as JS Dates
1 participant