In Jetty, can NCSARequestLog be configured to auto-detect the time zone?
- by David Moles
It looks as though in 2003 or so NCSARequestLog would pick up the system time zone using TimeZone.getDefault().getID(), but in more recent versions it seems as though it's hard-coded to GMT, unless you override it in jetty.xml or programmatically.
If true, this kind of annoying, since it means if you don't want GMT logging you have to edit…