Archive for June, 2008

Java timezone problem with F7

Saturday, June 14th, 2008

Under fedora 7, you might find an incorrect time problem for java log4j output. The reason should be F7 using America/New York as the timezone name for New York, which is invalid for Java (should be America/New_York, with the underline instead of space). A solution is using system-config-date tool change it to America/Toronto.

  • Share/Bookmark