Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Time zone not working

Questions related to using nuBuilder Forte.
Post Reply
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Time zone not working

Unread post 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
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Time zone not working

Unread post by admin »

Fike,

Thanks.

I have added that to the latest build.

Please test it for me.

Steven
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Re: Time zone not working

Unread post by Fike »

It's working fine now

Thank's a lot Steven !
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Time zone not working

Unread post by admin »

Fike,

No... Thank you!

Steven
Post Reply