Searched defs:FormatTime (Results 1 – 4 of 4) sorted by relevance
43 TEST(FormatTime, Basics) { in TEST() argument67 TEST(FormatTime, LocaleSpecific) { in TEST() argument87 TEST(FormatTime, ExtendedSeconds) { in TEST() argument117 TEST(FormatTime, RFC1123FormatPadsYear) { // locale specific in TEST() argument128 TEST(FormatTime, InfiniteTime) { in TEST() argument
74 std::string FormatTime(absl::string_view format, absl::Time t, in FormatTime() function83 std::string FormatTime(absl::Time t, absl::TimeZone tz) { in FormatTime() function87 std::string FormatTime(absl::Time t) { in FormatTime() function
104 static std::string FormatTime(double time) { in FormatTime() function
117 std::string FormatTime(int64_t seconds, int32_t nanos) { in FormatTime() function