Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

477
Views
Laravel change timezone

After changing app/config/app.php FROM: 'timezone' => 'UTC', which is the default TO: 'timezone' => 'Europe/Vilnius', and still getting wrong date output. Also I changed php.ini file

[Date]
date.timezone=Europe/Vilnius

and restarted apache server, still getting wrong date output.

Any idea how to solve this?

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

You can set your Application Time Zone by configuring app.php file in config folder. To change time zone

'timezone' => 'Europe/Vilnius'

And clear the config cache execute this command : php artisan optimize:clear

You do not have the privileges to execute that command, you can delete the cached config file.

It is located at bootstrap/cache/config.php.

over 4 years ago · Santiago Trujillo Report

0

In order to reflect your timezone related changes of your config file then kindly ensure that you have cleared your cache. You can use the following command set for your reference:

php artisan cache:clear
php artisan config:cache
php artisan config:cache
over 4 years ago · Santiago Trujillo Report

0

Try to clear the config cache:

php artisan optimize:clear
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!