Skip to content

Which time zone is used in data center and App?

The time zone displayed on data center and App is set on your own. You can view the current time zone at the top bar of data center.

If you need to change the time zone, you can change it as follows:

Data center: Go to User Center > My Information page to change the time zone.

App: Go to User > Settings > Timezone page to change the time zone.

The changed time zone will be applied to all places where the time is displayed, except for the downloaded CSV file. The time zone of the downloaded CSV file is always UTC+0.

Tips

If you need to change the time zone of the UTC+0 time in the downloaded CSV file to another time zone, please use the following Excel formula:

=DATEVALUE(LEFT(B2,10))+TIMEVALUE(MID(B2,12,8))±TIME(n,0,0)

In the formula,±andnof±TIME(n,0,0)need to modified accordingly.

For example, if you want to change UTC+0 time to UTC+8 time, modify the formula as:

=DATEVALUE(LEFT(B2,10))+TIMEVALUE(MID(B2,12,8))+TIME(8,0,0)

If you want to change UTC+0 time to UTC-3 time, modify the formula as:

=DATEVALUE(LEFT(B2,10))+TIMEVALUE(MID(B2,12,8)-TIME(3,0,0)

v1.0.0