Hi all,
I'm struggling with a problem concearning dates within the DST period on the
client-side. Check the following code:

*DateTimeFormat dtf = DateTimeFormat.getFormat("yyyy.MM.dd HH:mm"); *
*Date date = dtf.parse("2010.10.17 00:00");*
*Window.alert(date);*


This code ouputs "*Sun Oct 17 01:00:00 BRST 2010*", which means there is no
00:00 in Brazil in 17 october 2010. That is obviously correct according to
the standard calendar, but the thing is that I want to disable DST
checkings completely, or turn its value to 0, and get my 00:00 on october 17
2010.

Is it possible to disable DST at the client-side in GWT?
Is there a way to do that without having to use Strings or GWT
recompilations?

cheers!
thanks in advance!

ps.: I already checked issue
3132<http://code.google.com/p/google-web-toolkit/issues/detail?id=3132&can=1&q=daylight&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars#makechanges>
which
treats this scenario but I still didn't find a way out.

-- 
*Lucas de Oliveira Arantes*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to