Skip to main content

Get DST settings

Returns Daylight Saving Time (DST) settings.

DST is a seasonal time change measure where clocks are set ahead of standard time during part of the year. When DST starts, clock jumps ahead by 1 hour. In the autumn (fall), the period of daylight saving time ends and clocks change back to standard time.

Responses

OK


Schema
  • is_enabled boolean

    Feature activation

  • starts object

    This model describes time change rule

  • month integer

    Possible values: >= 1 and <= 12

    Month number

  • day string

    Possible values: [last_thursday, last_friday, friday_before_last_sunday, first_saturday, last_saturday, saturday_before_last_sunday, first_sunday, second_sunday, fourth_sunday, last_sunday]

    Day of the month

  • hours integer

    Possible values: <= 23

    Hours of the day

  • ends object

    This model describes time change rule

  • month integer

    Possible values: >= 1 and <= 12

    Month number

  • day string

    Possible values: [last_thursday, last_friday, friday_before_last_sunday, first_saturday, last_saturday, saturday_before_last_sunday, first_sunday, second_sunday, fourth_sunday, last_sunday]

    Day of the month

  • hours integer

    Possible values: <= 23

    Hours of the day

Loading...