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

Re: svn commit: rev 3079 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/tests/clients/cmdline trunk/doc/handbook

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2002-08-27 20:56:05 CEST

kfogel@tigris.org writes:

> --- trunk/subversion/libsvn_wc/translate.c (original)
> +++ trunk/subversion/libsvn_wc/translate.c Tue Aug 27 13:08:30 2002

[...]

> @@ -861,6 +871,41 @@
> }
>
>
> +/* Return time T as string in the form "YYYY-MM-DD HH:MM:SS",
> + allocated in POOL. */
> +static const char *
> +time_to_keyword_time (apr_time_t t, apr_pool_t *pool)

[...]

> + t_cstr = apr_psprintf (pool, "%04d-%02d-%02d %02d:%02d:%02d",

Can you add a 'Z' to the end of that like Greg Stein suggested?
ISO 8601 recommends appending this 'Z' so that it is obvious that
the date is given in UTC. For example:

# $Id: httpd.conf 188 2002-08-21 08:11:36Z epg $

Thanks for applying the patch, and i'm sorry i forgot the log
message. Next time before committing just yell at me, i promise
i'll provide it then :).

--
Eric Gillespie <*> epg@pretzelnet.org

Build a fire for a man, and he'll be warm for a day. Set a man on
fire, and he'll be warm for the rest of his life. -Terry Pratchett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 27 20:50:54 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.