Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

default timezone php

date_default_timezone_set("Asia/Karachi");
//if you wand your timezone in whole website than go to config/app.php
// and serch for timezone, now pass your time zone. in my case
'timezone' => 'Asia/Karachi',
//Go to following link to find your timezone
// https://www.php.net/manual/en/timezones.asia.php
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #default #timezone #php
ADD COMMENT
Topic
Name
2+2 =