Append timezone "UTC" to the date output. RCS display all times
in Coordinated Universal Time (UTC) by default.
This commit is contained in:
parent
c3fad90ef2
commit
9d5e50905a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2355
2 changed files with 2 additions and 2 deletions
|
@ -642,7 +642,7 @@ sub dolog {
|
|||
if (/^1\.1\.1\.\d+$/) {
|
||||
print " <i>(vendor branch)</i>";
|
||||
}
|
||||
print " <i>" . &ctime($date{$_}) . "</i> by ";
|
||||
print " <i>" . &ctime($date{$_}) . " UTC</i> by ";
|
||||
print "<i>" . $author{$_} . "</i>\n";
|
||||
if ($revsym{$_}) {
|
||||
print "<BR>CVS Tags: <b>$revsym{$_}</b>";
|
||||
|
|
|
@ -642,7 +642,7 @@ sub dolog {
|
|||
if (/^1\.1\.1\.\d+$/) {
|
||||
print " <i>(vendor branch)</i>";
|
||||
}
|
||||
print " <i>" . &ctime($date{$_}) . "</i> by ";
|
||||
print " <i>" . &ctime($date{$_}) . " UTC</i> by ";
|
||||
print "<i>" . $author{$_} . "</i>\n";
|
||||
if ($revsym{$_}) {
|
||||
print "<BR>CVS Tags: <b>$revsym{$_}</b>";
|
||||
|
|
Loading…
Reference in a new issue