|
|
|
|
|
by mvanveen
5256 days ago
|
|
Interesting. I recently was evaluating JS and Python for handling time in my app. The goal was not to localize to a specific timezone for the client, but rather to inform the client of where in the world a current time is. I ended up picking the Python backend solution because it was easier to reason about with the more abstract `datetime` primitives. |
|