Github user chemikadze commented on the issue:
https://github.com/apache/incubator-griffin/pull/435
@ahutsunshine I've traced time zone logic to your commit, are you aware of
problem described in a ticket? Challenge is that UI format is not in sync with
parsing logic. Basically there are two options:
- fix behavior on backend to understand format
- alternatively we can change UI to use right format
Fixing it on server side might be good (by making existing jobs and
examples created with wrong format to be working), from other hand it might
break compatibility, as jobs with malformed zones will start to run in new time
zone. What's your take on it?
---