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

Do not throw an exception on times before 19700101 #503

Merged

Commits on Aug 14, 2024

  1. Do not throw an exception on times before 19700101

    This stops throwing the C++ wrapper from throwing an exception in the dds:core::Time class
    on trying to construct a time stamp prior to the 00:00:00 UTC on 1 January 1970. There is
    no reason to do that and it makes it vulnerable to receiving samples with earlier time
    stamps.
    
    Signed-off-by: Erik Boasson <[email protected]>
    eboasson committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    93b7694 View commit details
    Browse the repository at this point in the history