On Mon, Jun 26, 2006 at 11:53:27AM +0200, [EMAIL PROTECTED] wrote:

> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html  xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"><head>
> <title></title>

First, please do not use HTML in emails, or use at least
multipart/mixed. Thank you.
Second: localtime and localtime_r are standard functions of the
C Library.
So, in short, if your apache module calls the function localtime (or
locatime_r), the C Library will return the the value your Operating
system has.

Rainer

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to