Wired Intelligent Edge

 View Only
  • 1.  Aruba 2530 - Daylight Time

    Posted Oct 29, 2018 06:12 PM

    Hi, how set Daylight Time Rule (user-defined) for last Sunday of March and last Sunday of October. This is DTS for Poland/Warsaw.

     

    THX



  • 2.  RE: Aruba 2530 - Daylight Time

    Posted Oct 30, 2018 04:08 AM
    time daylight-time-rule western-europe


  • 3.  RE: Aruba 2530 - Daylight Time

    Posted Oct 30, 2018 07:40 AM

    I'am test this and not work. This change work back ? after date when time change or only trigger this day ?

     

     



  • 4.  RE: Aruba 2530 - Daylight Time

    Posted Oct 30, 2018 08:00 AM

    To disable:

    time daylight-time-rule none

    The switch internally works in UTC, so just the representation is changed not the clock itself.

    If you want to set the time for Poland, in addition to the daylight-time-rule, you should set the time offset:

    time daylight-time-rule western-europe
    time timezone 60

    If you then configure NTP, all should be set:

    timesync ntp
    ntp unicast
    ntp server 192.168.1.1
    ntp server 192.168.4.1
    ntp enable

    Replace the IP addresses with your NTP IP addresses.