Date allows hours == 24 in broken down time, but maybe should rather allow seconds == 60. #1154
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
Date brokenDownDateToMillisecondsSinceEpoch allows hours to be 24 (in case there was a leap-second).
The Linux API however rather wants seconds==60 in this case (and restrict the hours-range to 0-23).
The 24h thing probably came from JS (to be verified). In any case we have to check this.
Also touches the Lib.
The text was updated successfully, but these errors were encountered: