mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 20:15:58 +00:00
Patch from Matthew Wilson <msw@gimp.org> -- was not parsing dates correctly.
This commit is contained in:
parent
029dca3987
commit
0f1484d66f
@ -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});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user