JavaScriptの標準であるECMAScriptに元々組み込まれているDateオブジェクトを置き換える新しい日時API「Temporal」が導入されます。TemporalはJavaScriptの日時操作における多くの課題を解決することを目指しています。
Learn how a single JavaScript Date() timezone mistake silently corrupts web apps and how to fix timestamp bugs in JS, Python, ...
JavaScript has an object called ' Date ' for representing time, but it has problems such as difficulty in handling time zones and unintuitive API. A new object for displaying time, ' Temporal ', has ...