MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / RawFormatTimestamp

Function RawFormatTimestamp

internal/time.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace {
32
33std::string RawFormatTimestamp(absl::Time timestamp) {
34 return absl::FormatTime("%Y-%m-%d%ET%H:%M:%E*SZ", timestamp,
35 absl::UTCTimeZone());
36}
37
38} // namespace
39

Callers 3

ValidateTimestampFunction · 0.85
FormatTimestampFunction · 0.85
DebugStringTimestampFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected