ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It may not look like it, but you already have "the actual date" there, but it's encoded as a Unix Timestamp or epoch.
To convert it into a date-time string, see #q251966.
2 | No.2 Revision |
It may not look like it, but you already have "the actual date" there, but it's encoded as a Unix Timestamp or epoch.epoch.
To convert it into a date-time string, see #q251966.
3 | No.3 Revision |
It may not look like it, but you already have "the actual date" there, but it's encoded as a Unix Timestamp or epoch., which is:
the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
To convert it into a date-time string, see #q251966.
4 | No.4 Revision |
It may not look like it, but you already have "the actual date" there, but it's there. It's just encoded as a Unix Timestamp or epoch, which is:
the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
To convert it into a date-time string, see #q251966.
5 | No.5 Revision |
It may not look like it, but you already have "the actual date" there. It's just encoded as a Unix Timestamp or epoch, which is:
the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
To convert it into a date-time string, see #q251966., or lookup any of the myriad ways to convert a Unix epoch into any other date-time representation. This is not ROS specific, so don't limit your searches to pages about it.