- cross-posted to:
- programmer_humor@programming.dev
- programming@programming.dev
- cross-posted to:
- programmer_humor@programming.dev
- programming@programming.dev
cross-posted from: https://programming.dev/post/33754840
new Date(“wtf”)
cross-posted from: https://programming.dev/post/33754840
new Date(“wtf”)
In the process of being replaced.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
Damn, I thought you meant JavaScript itself was being replaced.
One can only
undefined
Hmm, I can believe that it was based on
java.util.Date
, but I don’t remember that being as unpredictable. I guess, a different API to begin with, would have avoided a lot of problems, though…