M Mr_Alhabash1461 New Member YetiShare User Wurlie User Jan 1, 1970 29 0 0 41 May 12, 2012 #1 How is adjusted the time In my website ? GMT +3
adam Administrator Staff member Dec 5, 2009 2,046 108 63 May 13, 2012 #2 Hi, You'll need to do this via php. Try setting it in the _config.inc.php file using the detail here: http://php.net/manual/en/function.date-default-timezone-set.php Alternatively set it globally via your php.ini. Regards, Adam.
Hi, You'll need to do this via php. Try setting it in the _config.inc.php file using the detail here: http://php.net/manual/en/function.date-default-timezone-set.php Alternatively set it globally via your php.ini. Regards, Adam.
M Mr_Alhabash1461 New Member YetiShare User Wurlie User Jan 1, 1970 29 0 0 41 May 19, 2012 #3 I adjust the Date Created. but how to adjust the "Last Visited" Date ?
M Mr_Alhabash1461 New Member YetiShare User Wurlie User Jan 1, 1970 29 0 0 41 May 23, 2012 #4 I'm Watting
adam Administrator Staff member Dec 5, 2009 2,046 108 63 May 24, 2012 #5 There's no support in our scripts for different timezones, you'll need to modify where-ever the date is being output in the code itself. Regards, Adam.
There's no support in our scripts for different timezones, you'll need to modify where-ever the date is being output in the code itself. Regards, Adam.