id summary reporter owner description type status milestone component version severity resolution keywords cc 4943 easy overflow in posix_time::microseconds gast128@… az_sw_dude "we encountered an overflow in posix_time::microseconds: //about 40 years (1970-2010) const __int64 n = 1267195987000000; boost::posix_time::microseconds td(n); //overflow The overflow is easy explainable since date_time::subsecond_duration first multiplies it causing the overflow and then divides by 1000000. There are already multiple posts spended on this." Feature Requests closed To Be Determined date_time Boost 1.45.0 Problem duplicate