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

Re: [PATCH] show example of log entry of the hour past midnight

From: Robert Kleemann <robert_at_kleemann.org>
Date: 2004-07-04 03:01:04 CEST

I was writing a java program that had to handle a date parsed from svn
log. Java has a class named SimpleDateFormat that allows you to
easily parse a date:

http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html

They provide both 0-23 hour parsing and 1-24 hour parsing. I had no
idea which one was standard (I would have thought 0-24 where both 0
and 24 were equivalent) so that's when I started trying to figure out
what format was used by svn.

Robert.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 4 06:14:12 2004

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.