Comment on [deleted]
undefined@lemmy.hogru.ch 6 days ago
As a web developer we almost always store times in UTC, we simply convert it to the user’s time zone while displaying it. I prefer to use the browser’s time zone when doing this, but it could also be a saved user preference or even determined by figuring out the geographical location of your IP address (not a fan).