What's your timezone?
On 5/18/06, Didier Wiroth <[EMAIL PROTECTED]> wrote:
Hello,
(openbsd novice)
I'm experimenting with cvs.
I'm running:
a) cvs repository on openbsd 3.9-stable:
repo:~ $ ls -la /etc/localtime && date
lrwxr-xr-x 1 root wheel 37 May 12 17:34 /etc/localtime ->
/usr/share/zoneinfo/Europe/Luxembourg
Thu May 18 16:34:52 CEST 2006
b) client is running current:
client:~$ lrwxr-xr-x 1 root wheel 37 May 15 00:03 /etc/localtime ->
/usr/share/zoneinfo/Europe/Luxembourg
Thu May 18 16:36:32 CEST 2006
I put a $Id$ in a file and do a commit
cvs -q -d $MYCVS ci -m "test" index.html
The index.html file $ID$ after the commit is:
$Id: index.html,v 1.4 2006/05/18 14:37:39 dda Exp $
The tag shows a time that is wrong, it's -2 hours, it should be 16:37:39,
Why, am I missing something?
Thank you for helping
Didier