Files
doc-exports/docs/dataartsstudio/umn/dataartsstudio_03_0193.html
chenxiaoxiong f9e2808b7c DataArts UMN 20250810 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: chenxiaoxiong <chenxiaoxiong@huawei.com>
Co-committed-by: chenxiaoxiong <chenxiaoxiong@huawei.com>
2025-09-02 10:44:13 +00:00

1.2 KiB

Can I Change the Time Zone of a DataArts Studio Instance?

Symptom

Whether the time zone of a DataArts Studio instance can be changed. If not, how can the time of a DataArts Studio instance be adapted to the local time.

Solution

Currently, the time zone of a DataArts Studio instance cannot be changed.

During the scheduling of data development jobs, an EL expression can be used to adapt to the local time. The following is an example EL expression:

#{DateUtil.format(DateUtil.addHours(Job.planTime,-7),"yyyy-MM-dd")}