Time_t struct support for 2038 unix time bug

1 post / 0 new
Offline
Last seen: 6 years 7 months ago
Joined: 09/08/2017
Posts: 1
Time_t struct support for 2038 unix time bug

I'm evaluating rti DDS implementation. I'm stuck figuring out if they have addressed the Time_t bug for 32bit. So far I see the DDS_Time_t struct is defined as:

struct DDS_Time_t {
  DDS_Long sec;
  DDS_UnsignedLong nanosec;
}

But i don't see any guards for using a 64bit integer.

Does RTI have any fix planed for this?

Steve

Organization: