mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
0114689779
* Refactor Expression.dimension to accept q * Handle quarter- and half-hour timezones Previously APIv2 output didn't start at a full hour for these time zones and main graph was blank The core reasoning is that ClickHouse `timeSlots` is not time-zone aware and works off of unix epoch - meaning that in time zones which have an offset of 5:45 the "hours" reported would start at minute :45. The fix is kind of silly - we now divide each hour into 4 and handle things that way. Related basecamp issue: https://3.basecamp.com/5308029/buckets/36789884/card_tables/cards/7590936581 * Fix test typo |
||
---|---|---|
.. | ||
mix/tasks | ||
plausible | ||
plausible_web | ||
workers | ||
oban_error_reporter.ex | ||
plausible_release.ex | ||
plausible_web.ex | ||
plausible.ex | ||
sentry_filter.ex |