class UtcTimeConverter
Defined at line 58 of file ../../third_party/cobalt/src/lib/util/clock.h
A CivilTimeConverterInterface that converts a time point to a time struct with respect to
UTC, regardless of the time zone identifier that is passed to `civil_time()`.
This is the fallback converter that is used to compute civil times for metrics with the
OTHER_TIME_ZONE policy in the case where no CivilTimeConverterInterface was provided to the
CobaltService.
Public Methods
lib::statusor::StatusOr<std::tm> civil_time (std::chrono::system_clock::time_point time, const std::string & )
Defined at line 60 of file ../../third_party/cobalt/src/lib/util/clock.h