-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Render Datetime ingredient in local time zone #3003
Conversation
a715d48
to
b471bca
Compare
e31a11f
to
2a735df
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3003 +/- ##
=======================================
Coverage 96.48% 96.48%
=======================================
Files 233 233
Lines 6308 6309 +1
=======================================
+ Hits 6086 6087 +1
Misses 222 222 ☔ View full report in Codecov by Sentry. |
Datetime values are stored in UTC in the database. We need to render them in the local timezone.
2a735df
to
226c97f
Compare
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
What is this pull request for?
Datetime values are stored in UTC in the database.
We need to render them in the local timezone.
Checklist