siamon123 / warehouse-inventory-system

Open source inventory management system with php and mysql
http://www.oswapp.com
MIT License
389 stars 234 forks source link

timezone issue #14

Closed SampadR closed 7 years ago

SampadR commented 8 years ago

Getting the error of , it is not good to depend on system time. Can you please help us where to set the time and change UTC to IST and fix the issue.

Syedwaheed commented 7 years ago

You can change time to your time zone just like below. <div class="header-date pull-left"><!--'' Y-m-d H:i:s--> <strong><?php date_default_timezone_set("Asia/Karachi");echo (new \DateTime())->format('F d Y h:i:sa');?></strong> </div>