Writing · Tag
Articles tagged "timezone-handling".
1 article on this topic.
Articles tagged "timezone-handling"
·7 min read · javascript , typescript , timezone-handling
Silent timezone bugs in JavaScript date arithmetic
`new Date().toISOString().split('T')[0]` returns the UTC date, not the user's local date. The bug, the fix, and why it only shows up in production.