thomersch / openstreetmap-calendar

osmcal, a Collaborative Calendar for OpenStreetMap-related Events
https://osmcal.org
Apache License 2.0
33 stars 10 forks source link

Transform time to my local timezone #152

Closed tordans closed 8 months ago

tordans commented 8 months ago

Right now, an event like https://osmcal.org/event/2528/ says

10th January 16:30 (Etc/UTC)

It would be great, if the app could transform this into my local time. AFAIK javascript should be able to do this. It just needs to know my local time zone.

To get my local time zone, the app could show a dropdown and store the selected value in a cookie. Or maybe derive it from data in my OSM user profile.

danieldegroot2 commented 8 months ago

Duplicate of https://github.com/thomersch/openstreetmap-calendar/issues/45