win32timezone.TimeZoneInfo.utc
utc(class_)
Returns a time-zone representing UTC.
Parameters
Comments
Same as TimeZoneInfo('GMT Standard Time', True) but caches the result for performance.
>>> isinstance(TimeZoneInfo.utc(), TimeZoneInfo) True
utc(class_)
Returns a time-zone representing UTC.
>>> isinstance(TimeZoneInfo.utc(), TimeZoneInfo) True