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

Re: Syntax of revision property svn:date

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2006-02-15 08:12:13 CET

2006/2/13, Helmut Namyslo <Helmut.Namyslo@ptv.de>:

> When I look on the value of revision property svn:date I can idfentify
> a date and a time:
> svn pg svn:date --revprop -rHEAD file:///D:/SVN-repos
> 2006-02-10T15:06:16.109375Z
> Can anyone tell me whats the meaning of the last part (109375Z)?

It is the ISO 8601 time format. The 109375 ia the time fraction (in
this case in microseconds), and the Z is the indication for ZULU time
(UTC).

http://www.cl.cam.ac.uk/~mgk25/iso-time.html

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 15 08:12:33 2006

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.