Reputation: 55
I have checked with date_functions.inc
and config.php for time zone. And also I check with setup page as well. But no informations about changing the time zone in Frontaccounting. Is there any simple function to change the time zone or any built in settings available to set the timezone.?
Upvotes: 2
Views: 1015
Reputation: 852
You have to goto the root of frontaccounting than open includes-> date_functions.inc
. Here add the following code.
date_default_timezone_set("Asia/Katmandu"); // you can add ur timezone here.
Here is an article for you to understand it.
You can check Frontaccounting forum for more help.
Upvotes: 2