Echo JS 0.11.0

<~>
egauci 1588 days ago. link 1 point
This:

  const difference = +new Date("2020-01-01") - +new Date()

will only work they way you expect it to if you are in the UTC timezone.

Replies