![]() |
How to set right TimeZone in .env - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: How to set right TimeZone in .env (/showthread.php?tid=84910) |
How to set right TimeZone in .env - ijurisic - 11-22-2022 I try to add TimeZone in .env but still don't have effect: app.appTimezone = 'Europe/Rome'
RE: How to set right TimeZone in .env - kenjis - 11-22-2022 It seems you are doing right. I see Europe/Rome. Code: --- a/app/Config/App.php RE: How to set right TimeZone in .env - ijurisic - 01-16-2023 Thanks, fixed. Problem is in SQLite module. |