Layer7 API Management

  • 1.  change time from PDT to EST canada

    Posted Jun 20, 2018 04:20 PM

    Hi There,

    How could i change in my CA API gateway lab env vm from PDT to EST?

    Currently it show as below wanted to set EST

    [root@ssg92 logs]# date
    Wed Jun 20 13:17:45 PDT 2018



  • 2.  Re: change time from PDT to EST canada

    Posted Jun 21, 2018 05:42 AM

    Either reconfiguring the networking in the ssgconfig menu or try doing it from  /etc/sysconfig/clock and reboot the machine



  • 3.  Re: change time from PDT to EST canada

    Posted Jun 21, 2018 07:12 AM

    Currently It has below, how could i update to Canada Eastern timings?

    ZONE="America/Vancouver"
    UTC=true
    ARC=false



  • 4.  Re: change time from PDT to EST canada
    Best Answer

    Posted Jun 22, 2018 01:16 AM

    Try the below steps i am providing you an example

     

    rm -rf /etc/localtime

    ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

    This should set the time zone to Asia/Shanghai

     

     List of available timezones is here /usr/share/zoneinfo



  • 5.  Re: change time from PDT to EST canada

    Posted Jun 22, 2018 01:23 AM

    In addition to above comment rather than Asia/Shanghai i ran below command

    ln -s /usr/share/zoneinfo/America/New_York /etc/localtime

     

    and the output on my system

     

    date
    Fri Jun 22 01:21:37 EDT 2018

     

    as advised you can get the zone info from here "/usr/share/zoneinfo" and edit the command accordingly