Roshan Naik created FLUME-2889:
----------------------------------
Summary: Fixes to DateTime computations
Key: FLUME-2889
URL: https://issues.apache.org/jira/browse/FLUME-2889
Project: Flume
Issue Type: Bug
Reporter: Roshan Naik
Assignee: Roshan Naikdate.withYear(year+1) can lead to incorrect date calculations .. for example if the date is Feb 29th. need to use date.plusYears(1) instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
