localToUTCTimeUsingBias

localToUTCTimeUsingBias(bias: Integer): TimeStamp;

The localToUTCTimeUsingBias method of the TimeStamp primitive type converts a timestamp in local time to UTC 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 localToUTCTime, utcToLocalTimeUsingBias, and utcToLocalTime methods and the Application class currentUTCBias and getUTCTime methods.