Time zone not working
Posted: Thu Jan 25, 2018 10:19 pm
I tried changing different time zones in the Setup form but nuBuilder Forte was always displaying Australia/Adelaide time zone
It got fixed by replacing line 26 of nudatabase.php file from
to
Hope it helps
Kind regrads
It got fixed by replacing line 26 of nudatabase.php file from
Code: Select all
$rs = nuRunQuery("SeLect * From zzzzsys_setup"); //get setup info from db
Code: Select all
$rs = nuRunQuery("SeLect zzzzsys_setup.*, zzzzsys_timezone.stz_timezone AS set_timezone From zzzzsys_setup LEFT JOIN zzzzsys_timezone ON zzzzsys_timezone_id = set_zzzzsys_timezone_id"); //get setup info from db
Kind regrads