Index: base/i18n/time_formatting.h |
diff --git a/base/i18n/time_formatting.h b/base/i18n/time_formatting.h |
index 2053c0b47da12e9aba851281c7fe465313e4064d..df91f41beddd215764f5d0e054a0b8bab777d5bd 100644 |
--- a/base/i18n/time_formatting.h |
+++ b/base/i18n/time_formatting.h |
@@ -30,6 +30,10 @@ enum AmPmClockType { |
// Returns the time of day, e.g., "3:07 PM". |
BASE_I18N_EXPORT string16 TimeFormatTimeOfDay(const Time& time); |
+// Returns the time of day in 24-hour clock format with millisecond accuracy, |
+// e.g., "15:07:30.568" |
+BASE_I18N_EXPORT string16 TimeFormatTimeOfDayWithMilliseconds(const Time& time); |
+ |
// Returns the time of day in the specified hour clock type. e.g. |
// "3:07 PM" (type == k12HourClock, ampm == kKeepAmPm). |
// "3:07" (type == k12HourClock, ampm == kDropAmPm). |