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

Reporting not working when USE_TZ = True #143

Open
benjimons opened this issue Nov 30, 2016 · 2 comments
Open

Reporting not working when USE_TZ = True #143

benjimons opened this issue Nov 30, 2016 · 2 comments
Labels

Comments

@benjimons
Copy link
Contributor

I can get reports for "Yearly" to appear with results but any of the other views, Quarterly and Sandbox are returning no results, the results in the JSON file are also returning nothing at all even though they do have in the Yearly view.

What information do you need to help trouble shoot this?

@benjimons
Copy link
Contributor Author

I built this on two systems to check, one CentOS and one Ubuntu and both the same problem, Yearly works but nothing else seems to in the Stats section

@benjimons
Copy link
Contributor Author

Okay it appears if you change

# If you set this to False, Django will not use timezone-aware datetimes.
USE_TZ = False

on fir/config/base.py

to True.

seems to throw a fit when reporting is done.

@gaelmuller gaelmuller changed the title Reporting currently not working Reporting not working when USE_TZ = True Jan 10, 2017
@gaelmuller gaelmuller added the bug label Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants