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

Re: Human representation of dates, opinions

From: Stephan Feder <sf_at_stephan-feder.de>
Date: 2002-05-31 01:39:25 CEST

Nuutti Kotivuori wrote:
>
> I think I'm about to write the short term fix for the human
> representation of dates - that is 'svn log', 'svn info', 'svnlook' and
> so on.
>
> To re-iterate - the long term fix is to possibly make a clientside
> configuration variable that can be used to specify the format of the
> timestamps - or perhaps just decide on a proper format for everyone.
...

At least for unix systems, just use strftime() with %c format; the
output depends on the user's locale setting (LC_TIME).

Regards
        Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 1 14:09:29 2002

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.