Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-16841 [R] Additional Lubridate Capabilities
  3. ARROW-16396

[R] Implement lubridate's parsers with hour, minute, and second components

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 9.0.0
    • None
    • R
    • None

    Description

      Parse periods with hour, minute, and second components:
      ms() hm() hms()

      lubridate make a distinction between duration and period objects.

      Durations

      Durations measure the exact amount of time that occurs between two instants. This can create unexpected results in relation to clock times if a leap second, leap year, or change in daylight savings time (DST) occurs in the interval.

      Periods

      Periods measure the change in clock time that occurs between two instants. Periods provide robust predictions of clock time in the presence of leap seconds, leap years, and changes in DST.

      Arrow does not have a class corresponding to lubridate's period class.

      Attachments

        Activity

          People

            Unassigned Unassigned
            dragosmg Dragoș Moldovan-Grünfeld
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: