How to get client's timezone?
Answer / 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 |
How to get all post data?
Explain how routing works?
What is the minimum php version required to run zend framework 2.0?
What is zend helpers?
Does zend framework support php 4?
What is zend_registry?
How to add extra html (i.e link) in zend_form?
What is the way in which the html can be used to form elements?
How to write a program to show the instantiation of the window class?
Configuration in zend framework, application.ini file?
What should I know about the zend framework cla before submitting it?
How to print a group display individually from its content?