Hi Marius,

I think you're mixing things up here. The DateFormat class is used to format a 
date according to a given locale, like "de-DE" or "en-GB".  Just take a look at 
the qooxdoo showcase application

                http://demo.qooxdoo.org/current/showcase/#i18n

to see for yourself. The methods of the DateFormat class are all about 
formatting a date.

As far as I know there are no abstraction methods for the UTC methods available 
in qooxdoo. Just use them right ahead.

Regards,
  Alex

From: Marius Austerschulte [mailto:[email protected]]
Sent: Monday, December 13, 2010 3:56 PM
To: [email protected]
Subject: [qooxdoo-devel] Format UTC dates

Hi all,
when I format a date using qx.util.format.DateFormat the date is converted to 
the computer's local timezone before it is displayed. Is it somehow possible to 
format a date with qx.util.format.DateFormat but let it display the date/time 
in UTC instead of the local timezone?
The standard JavaScript-API offers methods like getUTCDay, getUTCHours, etc., 
but I haven't found any way to do that with qx.util.format.DateFormat...

Thanks
Marius
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to