Jayesh created EAGLE-1066:
-----------------------------
Summary: All TimeZone values are not considered for UI
Key: EAGLE-1066
URL: https://issues.apache.org/jira/browse/EAGLE-1066
Project: Eagle
Issue Type: Bug
Components: Core::UI Engine
Affects Versions: v0.5.0
Reporter: Jayesh
service.timezone value is correctly parsed in eagle backend service, but its
not correctly parsed on ui side and its limited to UTC and GMT values only
because of the way of calculating timezone is via UTC offset logic.
so values like "America/Los_Angeles" works fine on the backend codebased but
throws un-parsable error on UI because it expects only UTC and GMT values.
this values are important to consider daylight saving time.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)