Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2889

Fixes to DateTime computations

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.7.0
    • None
    • None
    • Fix year rolling issues with RFC3164 syslog data.

    Description

      date.withYear(year+1) can lead to incorrect date calculations .. for example if the date is Feb 29th. need to use date.plusYears(1) instead.

      Attachments

        1. FLUME-2889-4.patch
          9 kB
          Tristan Stevens
        2. FLUME-2889.3.patch
          7 kB
          Roshan Naik
        3. FLUME-2889-2.patch
          5 kB
          Tristan Stevens
        4. FLUME-2889.patch
          2 kB
          Roshan Naik

        Activity

          People

            tmgstev Tristan Stevens
            roshan_naik Roshan Naik
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: