Home
last modified time | relevance | path

Searched refs:custom_time_zone (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/date_time/test/local_time/
Dtestcustom_time_zone.cpp45 time_zone_ptr tz1(new custom_time_zone(pst, hours(-8), of, rule1)); in main()
46 time_zone_ptr tz2(new custom_time_zone(pst, hours(-8), of, rule2)); in main()
47 time_zone_ptr tz3(new custom_time_zone(pst, hours(-8), of, rule3)); in main()
48 time_zone_ptr tz4(new custom_time_zone(mst, hours(-7), of2, rule4)); in main()
/third_party/boost/libs/date_time/example/local_time/
Dsimple_time_zone.cpp43 time_zone_ptr nyc_1(new custom_time_zone(tzn, utc_offset, adj_offsets, nyc_rules)); in main()
44 time_zone_ptr phx_1(new custom_time_zone(tzn2, utc_offset2, adj_offsets2, phx_rules)); in main()
/third_party/boost/boost/date_time/local_time/
Dtz_database.hpp27 typedef date_time::tz_db_base<custom_time_zone, nth_kday_dst_rule> tz_database;
Dcustom_time_zone.hpp162 typedef custom_time_zone_base<char> custom_time_zone; typedef