thekordy / ticketit

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets
MIT License
875 stars 387 forks source link

created at time is wrong #514

Closed ShifanThawfeek closed 5 years ago

ShifanThawfeek commented 5 years ago

Hi, when i create a new ticket, in the ticketit table in the database, created_at and updated_at times are showing wrong time even after changing date.timezone="Asia/Colombo" in php.ini file.

Could you please help me? Thanks!

pepoteloko commented 5 years ago

Have you set your timezone in Laravel? file: config/app.php

ShifanThawfeek commented 5 years ago

Hi, Thank you so much, now only I set the timezone in app.php and it works perfectly.