ruediger / Boost-Pretty-Printer

GDB Pretty Printers for Boost
197 stars 61 forks source link

Human-readable boost::posix_time::ptime timstamps #17

Closed jsaxton closed 10 years ago

jsaxton commented 10 years ago

Added logic to print a human-readable representation of boost::posix_time::ptime timestamps. Assumes a counted time system (already assumed) with microsecond ticks (new assumption, I think it is reasonable).

ruediger commented 10 years ago

Thanks. Looks reasonable. We'll have to check if someone complains.