-
Notifications
You must be signed in to change notification settings - Fork 718
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
[Heatmap] ignore local timezones when creating a heatmap #377
[Heatmap] ignore local timezones when creating a heatmap #377
Conversation
Date math is hard! This addresses a problem in how the heatmap lays calculates days to lay out the grid. The calculations were being thrown off in some scenarios by a combination of factors including timezone offsets, time of day, and daylight savings time. This patch should correct all this by forcing each day to be midnight UTC when laying out the grid.
Date math is hard! This addresses a problem in how the heatmap lays calculates days to lay out the grid. The calculations were being thrown off in some scenarios by a combination of factors including timezone offsets, time of day, and daylight savings time. This patch should correct all this by forcing each day to be midnight UTC when laying out the grid.
# Conflicts: # dist/frappe-charts.min.cjs.js # dist/frappe-charts.min.cjs.js.map # dist/frappe-charts.min.esm.js # dist/frappe-charts.min.esm.js.map # dist/frappe-charts.min.iife.js # dist/frappe-charts.min.iife.js.map # docs/assets/js/frappe-charts.min.js # docs/assets/js/frappe-charts.min.js.map # docs/assets/js/index.min.js # docs/assets/js/index.min.js.map # package-lock.json
…ustomize-month-names
@rmehta, so I had to build the library to do local testing and that created the |
201f3f2
to
0838586
Compare
It seems git tracks ignored files if they have been committed before |
Fixes #157. Continuing work done in #161.
GMT +05:30
GMT -05:00