Opened 9 years ago
Closed 5 years ago
#9158 closed Bugs (fixed)
Year 2038 bug in boost::date_time::c_local_adjustor<time_type>::utc_to_local(time_type)
Reported by: | Owned by: | James E. King, III | |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | date_time |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
utc_to_local throws exception for dates greater than 2038-01-19.
Tested using boost 1.54.0 on VC++ 2012.
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | boost_date_time_test.cpp added |
---|
comment:1 by , 9 years ago
comment:2 by , 5 years ago
Milestone: | To Be Determined → Boost 1.67.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix merged to master; resolved.
Note:
See TracTickets
for help on using tickets.
Ticket #8450 contains a patch for this.