Forum Discussion

ibrahim_37929's avatar
ibrahim_37929
Icon for Nimbostratus rankNimbostratus
Nov 03, 2016

Turkey timezone problem

Hi, this year Turkey decided not to change the time winter and summer. So I need a patch for this problem because F5's clock changed last sunday. Does F5 have a fixpack about Turkey's timezone problem my F5 version is 11.6.1 build 1.0.326. RedHat published the tzdata for Turkey timezone but I couldn't find the correct version for F5. Thanks for your help

 

3 Replies

  • You should be able to install the tzdata in the F5, see this solution for CentOS information:

     

    https://support.f5.com/kb/en-us/solutions/public/3000/600/sol3645.html

     

    However, I don't think the system will use the daylight information. The Linux system handles one time, and TMM (F5 kernel) handles another time. I know this because there was bug in the past were the linux system was showing different time comparing with TMM.

     

    Both times are based in UTC/GMT times. Most people don't care about the change to daylight, as that has no impact to the system tasks. The only thing you have take into account is when looking the logs timestamp.

     

    NTP servers don't work with daylight.

     

    If I understand correctly your question, you don't need to do any change and just use Turkey timezone as you don't have daylight. If you need to have the time adjusted for daylight, just use another country with that timezone in the F5 configuration. See the list here:

     

    https://en.wikipedia.org/wiki/List_of_time_zones_by_country

     

  • before playing with the linux OS i would contact F5 support, you might break things by making changes on that level.

     

  • You should use GMT-3 in F5, I used this all of F5 customer in Turkey.

     

    tmsh modify sys ntp timezone Etc/GMT-3

     

    tmsh save sys config