Skip to content

PHP code snippet – How to set timezone for iran in laravel?

1 ) go to config/app.php
2 ) 'timezone' => 'Asia/Tehran',
3 ) php artisan config:cache
4 ) php artisan cache:clear
See also  Python code snippet - How to use selenium on default chrome ?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.