GitHub user chemikadze opened a pull request:
https://github.com/apache/incubator-griffin/pull/435
[GRIFFIN-206] fix job timezone when creating from UI
Demonstration:
```
> new Date()
Wed Oct 10 2018 11:30:48 GMT-0700 (Pacific Daylight Time)
> new Date().getTimezoneOffset()/60
7
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chemikadze/incubator-griffin GRIFFIN-206
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/435.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #435
----
commit 03059a27a1f7fa11118a7f839681f716fe1e66e0
Author: Nikolay Sokolov <chemikadze@...>
Date: 2018-10-10T18:28:51Z
[GRIFFIN-206] fix job timezone when creating from UI
----
---