TimeZone Type

The TimeZone type is used to represent a time zone for use with the DateTimeOffset type.
Use TimeZoneFromName to look up a time zone from a name like America/New_York.
Use UtcOffsets to get the UTC offset for a given local time, and use it to create a DateTimeOffset with DateTimeOffsetFromParts.