-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
v4.0
-
Sharding 2018-12-17
The following code leads to a silent overflow:
auto badDate = Date_t::max() + Milliseconds(1);
This should throw an exception instead.