Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 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: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Time zone not working

Unread post by admin »

Fike,

No... Thank you!

Steven
Post Reply