Date formats in the access log
807567Dec 21 2008 — edited Dec 23 2008I can't seem to find a reference for changing the date format displayed in the access log. Particularly, I'd like to change %SYSDATE% to be in ISO-8601 format (so there's no confusion and they sort properly).
Using the strftime variables doesn't seem to work (or at least [%Y-%b-%d:%H:%M:%S] didn't work).
Anyone know of a way of changing this or do I just have to settle for %TIME% and converting in my analysis scripts?