mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:58:11 +00:00
![]() As all variables and numeric literals in the expression have an integral data type, it would evaluate to an int and could easily overflow as we're multiplying seconds with 10^9. Introduce a floating point literal into the expression to make it result in a double. |
||
---|---|---|
.. | ||
Calendar | ||
Duration | ||
Instant | ||
Now | ||
PlainDate | ||
PlainDateTime | ||
PlainMonthDay | ||
PlainTime | ||
PlainYearMonth | ||
TimeZone | ||
ZonedDateTime | ||
Temporal.@@toStringTag.js |