utcBiasToOffsetString

utcBiasToOffsetString(bias: Integer): String typeMethod;

The utcBiasToOffsetString method of the JadeTimeZone class returns a string representing the offset in the format hh:mm for the specified bias. The returned string is padded with leading zeros, if required.

The bias parameter represents how many minutes the Etc/UTC time differs from a time zone, whereas the offset is how many hours and minutes the time zone differs from Etc/UTC. If the value of the bias parameter is zero (0), the returned string is Z, as described by the ISO 8601 format.

The value of the bias parameter value can be a negative or positive value.

2022.0.01 and higher