Jump to content

Question

5 answers to this question

Recommended Posts

  • 0

in your config/application.php

 

try this as an example 'DateDefaultTimezone'  => 'Asia/Manila',

just change it to your desired time zone

Edited by VyLow

Share this post


Link to post
Share on other sites
  • 0

Set your PHP installation timezone properly:

1.- php -i | grep 'php.ini'

2.- Open the file you get in the output with your favourite text editor

3.- Search for timezone, most likely no entry will be found, add at the bottom:  date.timezone = "My/TImezone"

 

For a list of supported Timezones reffer to http://php.net/manual/en/timezones.php

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.