i set a variable in tomcat configuration and that is 
"-Duser.timezone=Europe/Brussels". i set it into tomcat->configur->java ->
java options textbox. 

This time zone has DST and i get it from the code

TimeZone.getDefault().useDaylightTime(); it returns true and it is fine.

now, i want to disable the DST option from this time zone. How can i do
this?
i am using servlet to get the information.


Thanks
-- 
View this message in context: 
http://www.nabble.com/Hot-to-disable-DST-option-from-tomcat-cinfiguration.-tp21216565p21216565.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to