TrackDateFormat
Specify the date/time format used in the TrackFile.
Synopsis
|
TrackDateFormat date_time_spec
|
The parameter is expected to be a date/time specification,
using the
POSIX strftime
tokens
listed here
The default is "%Y%m%d".
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
|
Availability
This configuration directive was introduced in version 5.5.0,
and is therefore not available for use with any earlier Interchange version.
|
Description
This configuration directive allows you to specify date/time
format used in the TrackFile.
The date and time can be specified using the
POSIX strftime
tokens listed here.
Example
Date and time format used in Apache log files:
|
TrackDateFormat %d/%b/%Y:%H:%M:%S %z
|
ISO 8601-conformant date and time:
|
TrackDateFormat %Y-%m-%dT%H:%M:%S%z
|