#include <time.h>Go to the source code of this file.
Namespaces | |
| namespace | TimeUtilities |
Functions | |
| unsigned int | TimeUtilities::timeStructToSecondsFrom1940 (const struct tm &timeStruct) |
| struct tm | TimeUtilities::secondsFrom1940ToTimeStruct (unsigned int seconds) |
| bool | TimeUtilities::isLeapYear (int year) |
Variables | |
| const long | TimeUtilities::TimeScaleOffset = 946771200 |