This is a follow-up from the abandoned patch for T313310: Impact module: Implement table list component. Let's make sure we are adjust timezones correctly when constructing page view URLs. This comment has more information.
Steps to replicate the issue (include links if applicable):
- Go to Preferences > Appereance > Time offset and select a timezone that creates "a one day offset" with the wiki server time.
- For an edited article showing pageviews in the user impact module check the startDate query parameter on the articles pageviews urls.
What happens?:
The pageviews url startDate is in the server time (default UTC).
What should have happened instead?:
The pageviews url startDate should be in the user's preferred timezone
Other information (browser name/version, screenshots, etc.):
This can be also seen by checking the date of edition in the history view of an article.
| Check revision date | |
| Change user timezone | |
| Check revision date in user's local time | |
| Edit another article to force a refresh of user impact data | |
| Check startDate in newcomers Homepage |



