Searched refs:time_struct (Results 1 – 2 of 2) sorted by relevance
252 struct tm time_struct; in set_timestamp() local277 bzero(&time_struct, sizeof(struct tm)); in set_timestamp()279 &time_struct) == NULL) { in set_timestamp()284 time_value = mktime(&time_struct); in set_timestamp()
3707 struct tm time_struct; in FormatEpochTimeInMillisAsIso8601() local3712 String::FormatIntWidth2(time_struct.tm_mon + 1) + "-" + in FormatEpochTimeInMillisAsIso8601()3713 String::FormatIntWidth2(time_struct.tm_mday) + "T" + in FormatEpochTimeInMillisAsIso8601()3714 String::FormatIntWidth2(time_struct.tm_hour) + ":" + in FormatEpochTimeInMillisAsIso8601()3715 String::FormatIntWidth2(time_struct.tm_min) + ":" + in FormatEpochTimeInMillisAsIso8601()3716 String::FormatIntWidth2(time_struct.tm_sec); in FormatEpochTimeInMillisAsIso8601()4068 struct tm time_struct; in FormatEpochTimeInMillisAsRFC3339() local4074 String::FormatIntWidth2(time_struct.tm_mday) + "T" + in FormatEpochTimeInMillisAsRFC3339()4075 String::FormatIntWidth2(time_struct.tm_hour) + ":" + in FormatEpochTimeInMillisAsRFC3339()4076 String::FormatIntWidth2(time_struct.tm_min) + ":" + in FormatEpochTimeInMillisAsRFC3339()[all …]