Echo JS 0.11.0

<~>
tracker1 269 days ago. link 4 points
Only mentioned at the end, but definitely favor the work on Intl and related bits over libraries where available.

Replies

vkarpov15 267 days ago. link 1 point
Yeah in general I prefer to use raw dates where possible. One place where I still haven't figured out how to use Intl though is parsing date strings in a particular timezone.

For example, how do I get the unix timestamp of midnight on July 1, 2023 in America/Denver time? Assuming my system isn't on America/Denver time of course. I don't think Intl has a good way of doing that.