Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/2082
  
    @joewitt The test you marked with '@Ignore' used GMT, but PutSQL and Derby 
database (used in unit test) treat date without timezone, i.e. local time. This 
caused the assertion error.
    
    I've changed the unit test from using GMT to local timezone. Confirmed the 
test passes with various timezone, including UTC, GMT, JST, PST, EST ... etc.
    
    Thanks for reporting the unit test failure. I believe it works fine now. 
Would you review this PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to