Skip to content

Time.msg is subject to year 2038 problems #85

@clalancette

Description

@clalancette

Bug report

Time.msg currently defines the seconds as an int32 and the nanoseconds as a uint32. Since time in ROS 2 is measured as time since the Epoch, this means that these messages are subject to the Year-2038 problem. This actually is bubbling up from the underlying DDS standard, which has a similar problem: https://issues.omg.org/issues/DDS15-13 .

@richiprosima @cwyark @neil-rti What's the state of the DDS standard on this? How is OMG (and your libraries) planning to deal with this problem?

Thanks in advance for any info here.

Required Info:

  • Operating System:
    • All
  • Installation type:
    • Source
  • Version or commit hash:
  • DDS implementation:
    • All (Fast-RTPS, Connext, Opensplice)
  • Client library (if applicable):
    • All?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions