tz_database — 由多個 boost::shared_ptr<time_zone_base> 對像組裝而得的對象。
typedef date_time::tz_db_base< custom_time_zone, nth_kday_dst_rule > tz_database;
由多個 boost::shared_ptr<time_zone_base> 對像組裝而得的對象。數據庫由保存在外部 csv 文件中的項組成。更多詳情請見 date_time::tz_db_base。