namespace std::chrono { template<class T> struct zoned_traits {}; }
namespace std::chrono { template<> struct zoned_traits<const time_zone*> { static const time_zone* default_zone(); static const time_zone* locate_zone(string_view name); }; }
static const time_zone* default_zone();
static const time_zone* locate_zone(string_view name);