time_stamp returning Unix type reguardless of config.

[email protected]
Newsgroups gmane.comp.apache.mod-log-sql
Message-ID <[email protected]>
t Time of request in human format request_time char(28) 
[02/Dec/2001:15:01:26 -0800]

as stated in the FAQ, and my LogSQLTransferLogFormat AbHRrtsv

however,

mysql> select request_uri, bytes_sent, time_stamp, status, request_time 
FROM access_log ORDER BY time_stamp;
+---------------------------------+------------+------------+--------+--------------+
| request_uri                     | bytes_sent | time_stamp | status | 
request_time |
+---------------------------------+------------+------------+--------+--------------+
| /server-status                  |        279 | 1048815541 |    404 | 
NULL         |
| /                               |       3661 | 1048815553 |    200 | 
NULL         |

never reports the proper "request_time"

I've noticed

describe access_log;
+------------------+----------------------+------+-----+---------+-------+
| Field            | Type                 | Null | Key | Default | Extra |
+------------------+----------------------+------+-----+---------+-------+
| request_time     | varchar(28)          | YES  |     | NULL    |

isn't the same as the above description.. ie: "char(28)"

Any help?

thanks in advance
--Nathan

__________________________________________________________________
Reminder: to unsubscribe, send email to <[email protected]>
with the words "unsubscribe mod_log_sql" in the body (w/o quotes).
The module homepage is http://www.grubbybaby.com/mod_log_sql/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.