Searched defs:time_formats (Results 1 – 1 of 1) sorted by relevance
37 struct time_formats { struct39 typedef CharT char_type;40 static const char_type fractional_seconds_format[3]; // f41 static const char_type fractional_seconds_or_none_format[3]; // F42 static const char_type seconds_with_fractional_seconds_format[3]; // s43 static const char_type seconds_format[3]; // S44 static const char_type hours_format[3]; // H45 static const char_type unrestricted_hours_format[3]; // O46 static const char_type full_24_hour_time_format[3]; // T47 static const char_type full_24_hour_time_expanded_format[9]; // HH:MM:SS[all …]