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

Show date as is. Date() mess around with timezones in the browser. #418

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

pdelboca
Copy link
Member

Overview

Fixes #417

The date of the event comes in a properly formated YYYY-MM-DD string. Since we do not need to do any calculation with it let's just show it as is without creating a Date() object to avoid Javascript being Javascript.

@pdelboca pdelboca merged commit 8705f20 into master Feb 20, 2025
2 checks passed
@pdelboca pdelboca deleted the 417-show-date-as-is branch February 20, 2025 08:12
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

Successfully merging this pull request may close these issues.

Map rendering incorrect event date
1 participant