You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ZonedDateTime.toString calls there is following inconsistency in error messages concerning the smallestUnit option: first, if the given unit is invalid (e.g. an empty string) the error message states that "hour" would be among accepted units. However, "hour" is not accepted value here, so if ZonedDateTime.toString is called with options object { smallestUnit: "hour" }, the error message tells me that the smallestUnit must be a time unit other than "hour".
The text was updated successfully, but these errors were encountered:
In
ZonedDateTime.toString
calls there is following inconsistency in error messages concerning thesmallestUnit
option: first, if the given unit is invalid (e.g. an empty string) the error message states that"hour"
would be among accepted units. However,"hour"
is not accepted value here, so ifZonedDateTime.toString
is called with options object{ smallestUnit: "hour" }
, the error message tells me that thesmallestUnit must be a time unit other than "hour"
.The text was updated successfully, but these errors were encountered: