Yes this is possible with Zend_Date.
Mfg
Thomas
----- Original Message -----
From: "water" <[email protected]>
To: "zend general" <[email protected]>
Sent: Monday, March 08, 2010 3:34 PM
Subject: [fw-general] Zend_Date
Is there a way to create a Zend_Date value, tell Zend_Date the value it is
getting is UTC, and then specify a new time zone and have the time / date
adjust accordingly (reading through docs, it looks like no). Or do I have
to do this manually? (datetimes are stored with timezone in DB and intend
to be adjusted back in app)
thanks