Patch from Matthew Wilson <msw@gimp.org> -- was not parsing dates correctly.

This commit is contained in:
terry 1998-06-26 16:02:03 +00:00
parent 029dca3987
commit 0f1484d66f

View File

@ -285,7 +285,7 @@ sub parse_rcs_tree {
# Compute date string; Format it the way I like.
($mon, $day, $hhmm, $year)
= &ctime($timestamp{$revision})
=~ /... (...) (..) (..:..):.. \S* (....)/;
=~ /... (...) (..) (..:..):.. \S*(....)/;
$revision_ctime{$revision} = "$day $mon $year $hhmm";
# $revision_ctime{$revision} = &ctime($timestamp{$revision});