Searched refs:custom_time_zone (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/date_time/test/local_time/ |
D | testcustom_time_zone.cpp | 45 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/ |
D | simple_time_zone.cpp | 43 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/ |
D | tz_database.hpp | 27 typedef date_time::tz_db_base<custom_time_zone, nth_kday_dst_rule> tz_database;
|
D | custom_time_zone.hpp | 162 typedef custom_time_zone_base<char> custom_time_zone; typedef
|