Page 1 of 1

Time zone not working

Posted: Thu Jan 25, 2018 10:19 pm
by Fike
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

Code: Select all

$rs					= nuRunQuery("SeLect * From zzzzsys_setup");        //get setup info from db
to

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
Hope it helps

Kind regrads

Re: Time zone not working

Posted: Sat Jan 27, 2018 2:52 am
by admin
Fike,

Thanks.

I have added that to the latest build.

Please test it for me.

Steven

Re: Time zone not working

Posted: Sat Jan 27, 2018 7:24 pm
by Fike
It's working fine now

Thank's a lot Steven !

Re: Time zone not working

Posted: Sat Jan 27, 2018 7:27 pm
by admin
Fike,

No... Thank you!

Steven