utcToLocalTimeUsingBias

utcToLocalTimeUsingBias(bias: Integer): TimeStamp;

The utcToLocalTimeUsingBias method of the TimeStamp primitive type converts a timestamp in UTC time to local time using the number of minutes specified in the bias parameter.

Translations between UTC and local time are based on the formula UTC = local time + bias.

See also the TimeStamp primitive type utcToLocalTime, localToUTCTimeUsingBias, and localToUTCTime methods and the Application class currentUTCBias and getUTCTime methods.