TimeZone.utcOffsetAt

Duration utcOffsetAt(long stdTime) @safe const scope nothrow

Returns what the offset from UTC is at the given std time. It includes the DST offset in effect at that time (if any).

Parameters

stdTimeThe UTC time for which to get the offset from UTC for this time zone.