MCPcopy Create free account
hub / github.com/apache/brpc / FromUTCExploded

Function FromUTCExploded

src/butil/time/time.h:383–385  ·  view source on GitHub ↗

Converts an exploded structure representing either the local time or UTC into a Time class.

Source from the content-addressed store, hash-verified

381 // Converts an exploded structure representing either the local time or UTC
382 // into a Time class.
383 static Time FromUTCExploded(const Exploded& exploded) {
384 return FromExploded(false, exploded);
385 }
386 static Time FromLocalExploded(const Exploded& exploded) {
387 return FromExploded(true, exploded);
388 }

Callers 3

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68