tm 54 lib/common/iso8601.c # define GMTOFF(tm) ((tm)->tm_gmtoff) tm 57 lib/common/iso8601.c # define GMTOFF(tm) (-timezone+daylight) tm 590 lib/common/iso8601.c struct tm *now_tm = localtime(&now); tm 1002 lib/common/iso8601.c ha_set_tm_time(crm_time_t * target, struct tm *source) tm 1289 lib/common/iso8601.c ha_get_tm_time( struct tm *target, crm_time_t *source) tm 1291 lib/common/iso8601.c *target = (struct tm) { tm 1389 lib/common/iso8601.c struct tm tm; tm 1396 lib/common/iso8601.c ha_get_tm_time(&tm, &dt); tm 1431 lib/common/iso8601.c date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm);