Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piwik - how to set time to Indian Standard Time. Dashboard is currently displaying US time. #1131

Closed
anonymous-matomo-user opened this issue Jan 29, 2010 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Milestone

Comments

@anonymous-matomo-user
Copy link

All the details in the piwik dashboard are getting displayed w.r.t US timing. Where do I set the time to IST one?

@robocoder
Copy link
Contributor

If your MySQL server is in the Indian Standard Timezone, then you can change your PHP configuration using either:

  • php.ini (or .htaccess): set date.timezone to 'Asia/Calcutta'
  • bootstrap.php: @date_default_timezone_set('Asia/Calcutta');

Otherwise, this will be handled in ticket #56.

@anonymous-matomo-user
Copy link
Author

Now the date and time is working fine. But still the country is getting displayed as United States. Can you please help.

Replying to vipsoft:

If your MySQL server is in the Indian Standard Timezone, then you can change your PHP configuration using either:

  • php.ini (or .htaccess): set date.timezone to 'Asia/Calcutta'
  • bootstrap.php: @date_default_timezone_set('Asia/Calcutta');

Otherwise, this will be handled in ticket #56.

@robocoder
Copy link
Contributor

This is answered in the FAQ. http://piwik.org/faq/troubleshooting/#faq_65

In 0.5.5, there will be a lighter-weight plugin available for ip-to-country lookup.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.5.5 milestone Jul 8, 2014
@mattab mattab added the wontfix label Aug 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants