Re: [fw-general] Zend_Date and Timezones - how do I turn them off?

2008-12-14 Thread Thomas Weidner
From: "Cameron" To: "Zend Framework - General" Sent: Monday, December 15, 2008 5:59 AM Subject: [fw-general] Zend_Date and Timezones - how do I turn them off? Hi guys, I'm just doing a bit of work with the Dojo date and time pickers, and it's all going wonderf

[fw-general] Zend_Date and Timezones - how do I turn them off?

2008-12-14 Thread Cameron
Hi guys, I'm just doing a bit of work with the Dojo date and time pickers, and it's all going wonderfully, and I decided to use the Zend_Date::ISO_8601 method for formatting the output from MySQL, which works perfectly well, all except for the fact it's appending a timezone, which then goes and sc

[fw-general] Zend_Date and timezones

2008-07-18 Thread Brian Caspe
Hi (Thomas and) Everyone, I'm trying to get my head around the timezone thing with zend date. I'm in Prague, so I set the: protected function setUp() { date_default_timezone_set('Europe/Prague'); } then I do a test with zend_date: public function testZendDateReadTime() {