nadhanshankar
nadhanshankar

Reputation: 55

How can I change the time zone in Frontaccounting?

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

Answers (1)

Kvvaradha
Kvvaradha

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.

Kvcodes.

You can check Frontaccounting forum for more help.

Upvotes: 2

Related Questions