AE-2466 : UI displays time in UTC
Review Request #1425 — Created March 9, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| pmurugaiyan | |
| AMP | |
| amp_3_7_2 | |
| AE-2466 | |
| Reviewers | |
| apoorva.sn, pradeep, shuinvy | |
The time synchronization drift occurred because the REST API dictionary hash processed time and timezone payload keys unordered, resulting in the time incorrectly being set before the timezone was applied. Furthermore, the web server's daemon process inherited a TZ=UTC environment variable, causing underlying Linux date subprocess commands to skew all time reads and writes toward UTC instead of /etc/localtime.
The changes has been tested locally.
