Forum Discussion

6 Replies

  • Hi Marcin,

     

    There isn't a way to set the timezone using iControl. I suggest you use another approach to achieve what you're trying to do.

     

    If you're doing this from a script, you can construct the following command into your code and execute it

     

    tmsh modify sys ntp timezone 
    • Brad_Parker's avatar
      Brad_Parker
      Icon for Cirrus rankCirrus
      martek, did you not try my solution above? You do not need to use DB variables.
  • You would issue something like

    curl -k -u admin:admin -H "Content-Type: application/json" -X PUT -d '{"timezone": "America/Chicago"}' https://192.168.1.246/mgmt/tm/sys/ntp
    to set the time zone to Central time. You just need to update the creds and IP address of you BigIP.

  • Hi guys, Thx for help - just wondering how they could forget about it ? You can read it but can't change it :-) Regards,