Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time.msg is subject to year 2038 problems #85

Open
clalancette opened this issue Aug 13, 2019 · 0 comments
Open

Time.msg is subject to year 2038 problems #85

clalancette opened this issue Aug 13, 2019 · 0 comments

Comments

@clalancette
Copy link
Contributor

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant