Getting jetty to log with the correct timezone
问题 I'm using Jetty 8 and am configuring my jetty.xml to customise the requests.log files. My problem is, Jetty is serving the logs with a timestamp in the GMT timezone - I'm in the UK but its now summer time (GMT+1, aka, BST). Probably because of: <Set name="LogTimeZone">GMT</Set> How do I get Jetty to serve the logs using whatever the local time on the server is (which is correct)? Simply removing the <Set name="LogTimeZone">GMT</Set> didn't do anything, and I don't want to have to manually