[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Possible bad (incorrect) JavaHL test inserted into 1.5.x

From: Branko Čibej <brane_at_xbc.nu>
Date: Sun, 25 May 2008 03:35:27 +0200

Mark Phippard wrote:
> Are Subversion dates always in UTC? That is what I think the problem is.
>

We do put the timezone in the props, don't we:

$ svn pg --revprop svn:date -rHEAD https://svn.collab.net/repos/svn/trunk
2008-05-25T00:03:02.098312Z

That 'Z' at the end there is very relevant indeed, it indicates timezone
"Zulu" a.k.a. UTC. If the timestamp parsing code doesn't take the
timezone tag into account and correctly adjust the time for it, then it
is, to put it mildly, broken.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-25 03:36:04 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.