#Convert Apache logfile time to unix epoch seconds #The only real limitation here is that we MUST stay in the same #timezone as the originating writer, that is, this doesn't support #variable timezones. However, it IS three times as fast as # Time::ParseDate's parsedate() function.