Ryan Morgan <[EMAIL PROTECTED]> writes:

> apr_strftime calls the platform's native strftime, which differs between
> platforms (solaris and linux for example).  take the following code:
> 
> apr_explode_localtime(&xt, apr_time_now());
> apr_strftime(buf, &retcode, sizeof(buf), "%G", &xt);

so we could document which format strings we support (limit it to
ANSI for portability)

alternatively:

http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/stdtime/strftime.c

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to