"Bye" is in After function. So it should be called after controller. Why is "Bye" shown before Date ? Since Date is in before. It should come first right ?
open App.php from below location: App/Config/ find the property public $appTimezone = 'America/Chicago'; change it as public $appTimezone = 'Asia/Kolkata';
"Bye" is in After function. So it should be called after controller. Why is "Bye" shown before Date ?
Since Date is in before. It should come first right ?
Sir , how to change timezone of codeigniter4, it's taking Chicago time. How to change it for india delhi.
open App.php from below location:
App/Config/
find the property
public $appTimezone = 'America/Chicago';
change it as
public $appTimezone = 'Asia/Kolkata';
@@GoPHP thanks sir