|
plptools
|

Go to the source code of this file.
Macros | |
| #define | OnePM 3600 |
| #define | EPOCH_DIFF 0x00dcddb30f2f8000ULL |
| The difference between EPOC epoch (01.01.0001 00:00:00) and Unix epoch (01.01.1970 00:00:00) in microseconds. More... | |
Functions | |
| ostream & | operator<< (ostream &s, const PsiTime &t) |
| static long long | evalOffset (psi_timezone ptz, time_t time, bool valid) |
| #define EPOCH_DIFF 0x00dcddb30f2f8000ULL |
The difference between EPOC epoch (01.01.0001 00:00:00) and Unix epoch (01.01.1970 00:00:00) in microseconds.
Definition at line 194 of file psitime.cc.
| #define OnePM 3600 |
Definition at line 27 of file psitime.cc.
|
static |
Fallback. If no Psion zone given, use environment variable PSI_TZ
Definition at line 200 of file psitime.cc.
| ostream & operator<< | ( | std::ostream & | s, |
| const PsiTime & | t | ||
| ) |
This function uses the current locale setting for formatting the time.
| s | The stream to be written. |
| t | The instance whose value should be displayed. |
Definition at line 180 of file psitime.cc.