The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Timezone settings - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Timezone settings (/showthread.php?tid=1438) |
Timezone settings - victorycck - Jul 5th, 2011 I have discovered that my formtools installation is running on Europe/Moscow timezone. I would like to change this timezone to Africa/Kampala. How can I go about this? My application is not online. I am developing something using ZEND and sometimes WAMP on my local machine Watching for your kind response RE: Timezone settings - Ben - Jul 8th, 2011 Hi Victory, You can't actually change the server settings (which is where the timezone setting is defined), so instead you can just tell Form Tools to offset all dates for each account. For that, go to Your Account in the admin settings and add a value for the "System Timezone Offset" setting. Similarly, for client accounts, go to the Settings -> Accounts tab, and set the same value there. Let me know if you have any problems with it! - Ben RE: Timezone settings - janid - Dec 6th, 2012 Hi! I set a value for the "System Timezone Offset" in both settings, admin and client. But it still show the default time in new submissions. The timestamp has not changed. Have you any ideas for me? Best regards RE: Timezone settings - garland3@llnl.gov - Mar 12th, 2013 I have a similar problem. Submission date time is actually 3 hours difference, but all System offsets are set to No Offset as default. Last modified date time is correct RE: Timezone settings - Joe - Mar 12th, 2013 If you have access to your PHP.ini file you might want to just consider setting the time there. http://kb.siteground.com/how_to_change_the_datetimezone_value_in_php/ |