jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Use per-user timezone to show local times #19

Closed jovandeginste closed 7 months ago

jovandeginste commented 7 months ago

This should remove the need to parse times client side (with javascript), and purely do this server side. This should thus make it more consistent.

This should fix #17