Known issues and limitations

Consult the known issues and limitations to solve potential problems with IBM® TRIRIGA® Application Suite.

Time difference between local and database

When you log in to the IBM TRIRIGA Administrator Console, the system status is displayed in the left menu. The system status might indicate a time difference between local and database.

To resolve this issue, update the application time zone to match the database time zone.

To update the application time zone, add a key/value TZ=<database_tz> to the TRIRIGA Application Platform configmap. You can use the Red Hat® OpenShift® UI or use the CLI by entering the following command:


oc get Tririga
oc set data cm/<tririga_name>-configmap TZ='<database_tz>'
  • <tririga_name> is the name in the Tririga CR.
  • <database_tz> is, for example, database_tz=America/Chicago.