Hi Team,
I have changed the default time zone in ClientSettings.json file as UTC like below,
"Settings": [
{
"Name": "commonServer.ui.DefaultTimeZone",
"Value": "UTC;0;(UTC+00:00) Coordinated Universal Time;UTC;UTC;[01:01:0001;12:31:9999;0;[0;00:00:00;1;1;0;];[0;00:00:00;1;1;0;];];",
"VersionNumber": 0,
"Mode": 0,
"InVisible": false
}
but its giving an error on application as below, how can we set the UTC as the default time zone
Hi,
The value for UTC should be this:
{
"Name": "commonServer.ui.DefaultTimeZone",
"Value": "UTC;0;(UTC) Co-ordinated Universal Time;Co-ordinated Universal Time;Co-ordinated Universal Time;;",
"VersionNumber": 0,
"Mode": 0,
"InVisible": false
},
Kind regards,
Robin