Fiori上时区显示问题

Bug:
I created this Lead on 14:21 TimeZone is UTC+8. The change log should show time 14:21, but it show the CET time(6 hours gap).

Fiori上时区显示问题

Solution:

Fiori上时区显示问题

Self-Configure:
Make clear there is two Personal Time Zone in the backend (User Time Zone and System Time Zone).

Fiori上时区显示问题

Key Point:
Make clear to the time convert during backend and frontend.
(1)In DB, it’s CET time.

Fiori上时区显示问题

(2)In OneOrder, after select data from DB, we use below function, convert the CET time to User Time Zone.

Fiori上时区显示问题

(3)In our program, we can’t transport User Time Zone out to UI directly, we should convert User Time Zone to UTC and update it_ausg. (it’s better for UI to convert UTC to your browser time)

Fiori上时区显示问题

(4)In the frontend, we can just use one logic, convert UTC to local time.

Fiori上时区显示问题

It’s the process of time convert, be clear.要获取更多Jerry的原创文章,请关注公众号"汪子熙":
Fiori上时区显示问题

上一篇:my appointment Fiori customizing里的Calendar checkbox的实现逻辑


下一篇:SAP UI5 ushell-lib