Question

PBA-E is using incorrect timezone when creating/processing orders and financial documents, however the server time on the PBA-E application server is correct. How PBA-E time can be adjusted?

Answer

PBA-E is taking timezone from /etc/localtime on the application server, it must be a symbolic link to zone file in /usr/share/zoneinfo.

  1. Make a symbolic link from /etc/localtime to real zone file. For example to set zone to GMT:

    ln -sf /usr/share/zoneinfo/GMT /etc/localtime
    
  2. Restart PBA-E application:

    /etc/init.d/pba restart
    

Internal content