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

Function GetDateUTC

eval/public/extension_func_registrar.cc:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73CelValue GetDateUTC(Arena* arena, absl::Time time_stamp) {
74 absl::TimeZone time_zone = absl::UTCTimeZone();
75 return GetDateTz(arena, time_stamp, time_zone);
76}
77
78CelValue GetTimeOfDayTz(Arena* arena, absl::Time time_stamp,
79 absl::TimeZone time_zone) {

Callers 1

Calls 1

GetDateTzFunction · 0.85

Tested by

no test coverage detected