Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
namespace {
32
33
std::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
ValidateTimestamp
Function · 0.85
FormatTimestamp
Function · 0.85
DebugStringTimestamp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected