|
char * | crm_time_as_string (crm_time_t *date_time, int flags) |
|
crm_time_t * | parse_date (const char *date_str) |
|
gboolean | check_for_ordinal (const char *str) |
|
crm_time_t * | crm_time_new (const char *date_time) |
|
void | crm_time_free (crm_time_t *dt) |
|
int | crm_time_january1_weekday (int year) |
|
int | crm_time_weeks_in_year (int year) |
|
int | crm_time_days_in_month (int month, int year) |
|
bool | crm_time_leapyear (int year) |
|
void | crm_time_log_alias (int log_level, const char *file, const char *function, int line, const char *prefix, crm_time_t *date_time, int flags) |
|
int | crm_time_get_timeofday (crm_time_t *dt, uint *h, uint *m, uint *s) |
|
int | crm_time_get_timezone (crm_time_t *dt, uint *h, uint *m) |
|
long long | crm_time_get_seconds (crm_time_t *dt) |
|
long long | crm_time_get_seconds_since_epoch (crm_time_t *dt) |
|
int | crm_time_get_gregorian (crm_time_t *dt, uint *y, uint *m, uint *d) |
|
int | crm_time_get_ordinal (crm_time_t *dt, uint *y, uint *d) |
|
int | crm_time_get_isoweek (crm_time_t *dt, uint *y, uint *w, uint *d) |
|
crm_time_t * | crm_time_parse_duration (const char *interval_str) |
|
crm_time_period_t * | crm_time_parse_period (const char *period_str) |
|
void | crm_time_set (crm_time_t *target, crm_time_t *source) |
|
void | crm_time_set_timet (crm_time_t *target, time_t *source) |
|
crm_time_t * | crm_time_add (crm_time_t *dt, crm_time_t *value) |
|
crm_time_t * | crm_time_calculate_duration (crm_time_t *dt, crm_time_t *value) |
|
crm_time_t * | crm_time_subtract (crm_time_t *dt, crm_time_t *value) |
|
bool | crm_time_check (crm_time_t *dt) |
|
int | crm_time_compare (crm_time_t *a, crm_time_t *b) |
|
void | crm_time_add_seconds (crm_time_t *a_time, int extra) |
|
void | crm_time_add_days (crm_time_t *a_time, int extra) |
|
void | crm_time_add_months (crm_time_t *a_time, int extra) |
|
void | crm_time_add_minutes (crm_time_t *a_time, int extra) |
|
void | crm_time_add_hours (crm_time_t *a_time, int extra) |
|
void | crm_time_add_weeks (crm_time_t *a_time, int extra) |
|
void | crm_time_add_years (crm_time_t *a_time, int extra) |
|
crm_time_hr_t * | crm_time_hr_convert (crm_time_hr_t *target, crm_time_t *dt) |
|
void | crm_time_set_hr_dt (crm_time_t *target, crm_time_hr_t *hr_dt) |
|
crm_time_hr_t * | crm_time_timeval_hr_convert (crm_time_hr_t *target, struct timeval *tv) |
|
crm_time_hr_t * | crm_time_hr_new (const char *date_time) |
|
void | crm_time_hr_free (crm_time_hr_t *hr_dt) |
|
char * | crm_time_format_hr (const char *format, crm_time_hr_t *hr_dt) |
|