...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::date_time::default_zone_names
// In header: <boost/date_time/time_zone_names.hpp> template<typename CharT> struct default_zone_names { // types typedef CharT char_type; static const char_type standard_name; static const char_type standard_abbrev; static const char_type non_dst_identifier; };