SimpleTimeZone.utcOffsetAt

Returns utcOffset as a core.time.Duration.

class SimpleTimeZone
override @safe const scope nothrow
Duration
utcOffsetAt
(
long stdTime
)

Parameters

stdTime long

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

Meta