Re: a human-eye date format everyone can love
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-06-25 04:23:08 CEST
On Mon, Jun 24, 2002 at 06:25:22PM -0500, Kirby C. Bohling wrote:
Actually... this is quite nice. Imagine something like this:
std = strftime(standard_fmt, time_data)
extra_fmt = config.get("options", "time_fmt")
extra = strftime(extra_fmt, time_data)
Then a person could do something like:
[options]
Another alternative:
# append [Wed, 26 Jun 2002]
The next question is what to default for time_fmt if it isn't present in the
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jun 25 04:20:57 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.