1

i recenty try to find time zone setting in local host and work fine via edit php.ini in apache server local host.

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Asia/Karachi

and geting stuck and i try to find solution for change time zone in domain. but did not get any answer

John Conde
  • 217,595
  • 99
  • 455
  • 496
user2951112
  • 105
  • 1
  • 2
  • 10
  • possible duplicate of [Daylight saving time and time zone best practices](http://stackoverflow.com/questions/2532729/daylight-saving-time-and-time-zone-best-practices) – vascowhite Dec 21 '13 at 02:04

1 Answers1

3

date_default_timezone_set('Asia/Karachi');

php_nub_qq
  • 15,199
  • 21
  • 74
  • 144