Page 1 of 1

Daylight Savings Time Error

Posted: 2017-04-24 09:56
by primitive_man
In the file 'lib.php' - when the language is set to 'English, British' - the date_default_timezone_set() php function gets set to 'GB'.

This is not a valid, supported timezone - See list here: http://php.net/manual/en/timezones.php - in this case, it should be set to 'Europe/London'.

This error will cause problems with timestamp accuracy.

Re: Daylight Savings Time Error

Posted: 2017-04-24 12:10
by primitive_man
Additional Information: If you've set up a field as a 'Timestamp' with the usual default - 'Current_Time' and Attributes: 'on_update' you may still get incorrect timestamps - so, instead set the field type to: DATETIME and let AppGini take care of it.

Re: Daylight Savings Time Error

Posted: 2017-07-19 12:43
by a.gneady
Thanks for reporting this bug. We'll fix it in the next release. For now, you can fix it manually by editing the file "timeZones.cfg". You can find it inside the folder where AppGini installed, under the "add-ons" subfolder.