Answer Posted / Akansha Tiwari
To get the client's timezone in Zend Framework, use the following code:
```php
$timezone = new Zend_Date();
echo $timezone->getOption('timezone');
```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers