#include <time.h>#include <xmlrpc-c/abyss.h>


Go to the source code of this file.
Typedefs | |
| typedef struct tm | TDate |
Functions | |
| int32_t | DateCompare (TDate *const d1, TDate *const d2) |
| abyss_bool | DateDecode (const char *const dateString, TDate *const tmP) |
| abyss_bool | DateFromGMT (TDate *const d, time_t const t) |
| abyss_bool | DateFromLocal (TDate *const d, time_t const t) |
| abyss_bool | DateToLogString (TDate *const tmP, char *const s) |
| abyss_bool | DateToString (TDate *const tmP, char *const s) |
| typedef struct tm TDate |
Definition at line 8 of file abyss_date.h.
Definition at line 169 of file abyss_date.c.
| abyss_bool DateDecode | ( | const char *const | dateString, | |
| TDate *const | tmP | |||
| ) |
| abyss_bool DateFromGMT | ( | TDate *const | d, | |
| time_t const | t | |||
| ) |
| abyss_bool DateFromLocal | ( | TDate *const | d, | |
| time_t const | t | |||
| ) |
| abyss_bool DateToLogString | ( | TDate *const | tmP, | |
| char *const | s | |||
| ) |
Definition at line 77 of file abyss_date.c.
References _DateMonth, _DateTimeBiasStr, DateFromLocal(), FALSE, and TRUE.
| abyss_bool DateToString | ( | TDate *const | tmP, | |
| char *const | s | |||
| ) |
1.5.6