Can you create a Playground example that shows the code you used to get to your second result.
T. On 08/19/2011 11:40 AM, gouravmehta wrote: > My system set to GMT-0300 (Atlantic Daylight Time) timezone. > > If i use simple javascript : > > var lastLoginTime = 1313745698068; > var dddd= new Date(parseInt(lastLoginTime)); > document.write(dddd); > > Output: Fri Aug 19 2011 06:21:38 GMT-0300 (Atlantic Daylight Time) > > But if i use the same in qooxdoo framework > Output: > Fri Aug 19 2011 05:21:38 GMT-0400 (Atlantic Daylight Time) > > Its not taking care of DST in this case. can anyone help me when simple date > object works differently in qooxdoo and how to fix it. > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/javascript-Date-object-creates-problem-in-qooxdoo-tp6702532p6702532.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
