Skip to content
/ .. /
Platform










Platform

This configuration is for a platform with a default time zone as well as a default locale, which species a specific geographic location and associated language (and therefore a date format). This is important if reports/CDRs should be calculated in a different time zone or based on the date format used in the locale.

Important! intaQt must be restarted after making changes to this configuration.

Syntax

1
2
3
4
Platform {
    locale   = <String>
    timeZone = <String>
}

Parameters

  • locale - The locale representing a specific location and language

  • timeZone - The specified timezone

    • timeZone supports standard abbreviations such as CST, EST, UTC, GMT+1

Example

1
2
3
4
Platform {
    locale      = "en_US"
    timeZone    = "UTC"
}

Note: Setting the language in a locale will not change the language in intaQt or its reports. Rather, it specifies the date format from that locale (for example, American English date format, Austrian German format, etc.).