SimpleTimeZone.this

class SimpleTimeZone
@safe immutable pure
this
(
Duration utcOffset
,
string stdName = ""
)

Parameters

utcOffset Duration

This time zone's offset from UTC with west of UTC being negative (it is added to UTC to get the adjusted time).

stdName string

The stdName for this time zone.

Meta