DateTimeZone.ToUtc
Converts the timezone component to UTC timezone.
function (optionaldateTimeZone
as nullable any) as nullable any
Changes timezone information of the datetime value
dateTimeZone
to the UTC or Universal Time timezone information. If dateTimeZone
does not have a timezone component, the UTC timezone information is added.DateTimeZone
Change timezone information for #datetimezone(2010, 12, 31, 11, 56, 02, 7, 30) to UTC timezone.
DateTimeZone.ToUtc(#datetimezone(2010, 12, 31, 11, 56, 02, 7, 30))
datetimezone(2010, 12, 31, 4, 26, 2, 0, 0)
Last modified 4yr ago