In get_log_timestamp(), use the ISO 8601 date format %Y-%m-%d.
authorFabian Keil <fk@fabiankeil.de>
Sat, 25 Jun 2011 12:39:18 +0000 (12:39 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 25 Jun 2011 12:39:18 +0000 (12:39 +0000)
commit9877d948ac98fd6c2d83d9a07d2811676da78bd9
tree83d1a8ab0fc4c0f835177daabaa2f4c244d07ef8
parent58842b486231d1910f7d11132f55e805ec333ed4
In get_log_timestamp(), use the ISO 8601 date format %Y-%m-%d.

It's only slightly longer than the old format, but contains
the full date including the year and allows sorting by date
(when grepping in multiple log files) without hassle.
errlog.c