bagder: curl-www/auto last5commits.pl,1.3,1.4
[email protected] Mon, 17 Aug 2009 12:55:25 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto In directory labb:/tmp/cvs-serv30774/auto Modified Files: last5commits.pl Log Message: force GMT timezone Index: last5commits.pl =================================================================== RCS file: /cvsroot/curl/curl-www/auto/last5commits.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- last5commits.pl 26 Apr 2008 21:06:58 -0000 1.3 +++ last5commits.pl 17 Aug 2009 12:55:23 -0000 1.4 @@ -32,5 +32,5 @@ #print "$datefrom to $dateto\n"; -print `cvs -Q log -d "$datefrom<now"` +print `TZ=GMT cvs -Q log -d "$datefrom<now"`