These issues are intertwined. I think we should refactor the Live plugin and add some much needed unit tests.
Timezone:
Export limits:
Confirmed, regression of #1458 again
See proposed patch in: http://forum.piwik.org/read.php?2,72889,page=1#msg-72911
/piwik/plugins/Live/API.php you will find on about line 240:
- $processedDate = Piwik_Date::factory($date, $currentTimezone);// if not commented, the Period below fails ->setTimezone($currentTimezone);
+ $processedDate = Piwik_Date::factory($date)->setTimezone($currentTimezone);
(In [4188]) Refs #572
Testing is welcome, please report any bug you find!
see report in http://forum.piwik.org/read.php?2,73916
This change resolved my issue with incorrectly processed time zones.