MCPcopy Create free account
hub / github.com/apache/arrow / locate_zone

Function locate_zone

cpp/src/arrow/util/chrono_internal.h:148–150  ·  view source on GitHub ↗

Timezone lookup

Source from the content-addressed store, hash-verified

146
147// Timezone lookup
148inline const time_zone* locate_zone(std::string_view tz_name) {
149 return std::chrono::locate_zone(tz_name);
150}
151
152inline const time_zone* current_zone() { return std::chrono::current_zone(); }
153

Callers 3

LocateZoneFunction · 0.85
gdv_fn_time_with_zoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected