id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1903,[date_time] - 1.34+ c_local_adjustor derefs null pointer for dates >2038,Jeff Flinn ,az_sw_dude,"// utc_test.cpp : Defines the entry point for the console application. // #define BOOST_DATE_TIME_NO_LIB #include ""boost/date_time/posix_time/posix_time.hpp"" #include ""boost/date_time/local_time_adjustor.hpp"" #include ""boost/date_time/c_local_time_adjustor.hpp"" int main() { using namespace boost::posix_time; using namespace boost::gregorian; //This local adjustor depends on the machine TZ settings-- highly dangerous! typedef boost::date_time::c_local_adjustor local_adj; ptime t10(date(2040,Jan,1), hours(7)); ptime t11 = local_adj::utc_to_local(t10); return 0; } ",Bugs,closed,Boost 1.36.0,date_time,Boost 1.35.0,Problem,fixed,,