Configuring System Time Settings

Microsoft Windows

To change the time zone to UTC on a Microsoft Windows Server:
  1. Stop all Simphony services and IIS from the Simphony App server.

  2. Navigate to Settings, Time & Language, Date & Time.

  3. In the Time Zone section, select (UTC) Coordinate Universal Time from the drop-down list. The time zone will then update to UTC on the Windows Server.

  4. Start all Simphony services and IIS.

Oracle Linux for Simphony

To change the time zone to UTC on a Linux Server:
  1. Stop the database service from the Linux server that has the Simphony database installed.

  2. Check the current time zone:
    • timedatectl

  3. Set the time zone to UTC:
    • sudo timedatectl set-timezone UTC

  4. The time zone will then update to UTC on the Linux Server. Start the database service.