#include <duds/time/planetary/LeapSeconds.hpp>
#include <boost/date_time/gregorian/gregorian.hpp>
#include <duds/data/GenericValue.hpp>
Go to the source code of this file.
|
| template<class ISTime > |
| boost::gregorian::date | duds::time::planetary::ToDate (const ISTime &t) |
| | Converts without applying any modification to the time, so if the input is in TAI, the result will be, too. More...
|
| |
| template<class ISTime > |
| boost::posix_time::ptime | duds::time::planetary::ToPosix (const ISTime &t) |
| | Converts without applying any modification to the time, so if the input is in TAI, the result will be, too. More...
|
| |