You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
feel free to open a pull request here,
but your PR isn't necessarily more correct than the existing code,
and I feel like it would break quite a lot of code.
The existing code asserts that the server is always running in UTC, and ignores what timezone the client is in.
Your code asserts that the server is always running in the timezone that the client is in.
Neither is correct; as far as I'm concerned the only correct thing to do here is to query the server and see what timezone it's in, and use that to convert the integers into dates.
Please see https://issues.apache.org/jira/browse/NIFI-5091
Could you update your fork with that pull request?
shyiko#292
The text was updated successfully, but these errors were encountered: