Followup on T139993: Add 'seenTime' values for alert/message in the API when fetching list of notifications - we are deprecating MW timestamp, and starting to use ISO 8601 exclusively. The front-end should adjust accordingly.
Description
Description
Related Objects
Related Objects
- Mentioned In
- T141164: Use UTC and ISO 8601 everywhere on frontend
T139993: Add 'seenTime' values for alert/message in the API when fetching list of notifications - Mentioned Here
- rMW4737ea041278: Merge "Avoid stack overflow in LoadBalancer with CACHE_DB WAN/server cache"
T139993: Add 'seenTime' values for alert/message in the API when fetching list of notifications
Event Timeline
Comment Actions
This was fixed by
All timestamps (seen time and notification item timestamps, etc) are now ISO8601 in UTC. The only place that localizes those timestamps are the item widgets.
The special page also uses localized times when dividing the notifications into days.
Comment Actions
QA should probably concentrate on making sure all visible timestamps are properly localized in the popup and the special page, and that 'seenTime' works properly as well.
Local seen time should work now, but remote seenTime (in cross-wiki and the sidebar in the special page) will not yet work until all wikis are updated (probably next week)
Comment Actions
Checked the displayed date format for correctness/completeness in betalabs 1.28.0-alpha (4737ea0).