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

Re: Timezone information in Subversion repository

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-11 16:20:39 CEST

"Francois Beausoleil" <fbos@users.sourceforge.net> writes:

> Does Subversion store time in UTC and a TZ offset, or does it store
> the time already offset ?

Yes, the server sets the svn:date property on the revision, in UTC,
based on the server's own clock.

The client converts UTC to localtime when printing the logs.

> If Subversion stores the local time, what happens when a server changes
> timezone ? Will the server even know about it ?

If the server changes timezone, nothing happens. It continues to
store revision dates in UTC.

But clock skew is still a problem. See issue 752.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 11 16:21:36 2003

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

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