Go to the source code of this file.
Macros | |
#define | _POSIX_C_SOURCE 201410L /* for gmtime_r */ |
#define | SECS_PER_DAY (24 * 60 * 60) |
Functions | |
static long | date_to_julian (int y, int m, int d) |
static int | julian_adj (const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) |
static void | julian_to_date (long jd, int *y, int *m, int *d) |
struct tm * | OPENSSL_gmtime (const time_t *time, struct tm *result) |
int | OPENSSL_gmtime_adj (struct tm *tm, int off_day, long offset_sec) |
int | OPENSSL_gmtime_diff (int *out_days, int *out_secs, const struct tm *from, const struct tm *to) |
#define _POSIX_C_SOURCE 201410L /* for gmtime_r */ |
Definition at line 59 of file time_support.c.
#define SECS_PER_DAY (24 * 60 * 60) |
Definition at line 67 of file time_support.c.
Definition at line 81 of file time_support.c.
|
static |
Definition at line 103 of file time_support.c.
Definition at line 87 of file time_support.c.
Definition at line 69 of file time_support.c.
Definition at line 144 of file time_support.c.