anatak Posted November 15, 2006 Share Posted November 15, 2006 is there a function that allows the server time to be converted in local time ?server time = time of timezone of serverlocal time = time of timezone of biggest user group of the website.for examplemy server is in US (don't know exact what timezone)my website is for japanthe biggest problem is with daylight savings.where my server is are daylight saving settings used, in Japan they are not used.kind regardsanatak Link to comment https://forums.phpfreaks.com/topic/27306-local-time/ Share on other sites More sharing options...
sford999 Posted November 15, 2006 Share Posted November 15, 2006 The thing I can think of right now is (its early here and I`ve not slept yet)[code]<?phpputenv("TZ=GMT");?>[/code]and putting your own timezone in that Link to comment https://forums.phpfreaks.com/topic/27306-local-time/#findComment-124869 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.