attributes show wrong date
It seams the attributes are maybe showing the date of the former version, see this screenshot, version 2 is correct but the date is from version 1
https://www.openstreetmap.org/node/11202843519/history
Was this an object you created, and then updated to version 2?
yes, I created it and updated it some hours later. Then I closed the app, reopened and checked and noticed the date was wrong.
Finally got around to looking into this. When you upload an object the server returns the new version number, and a new identifier if it changed. It doesn't return any metadata like the timestamp. We could query the server for the timestamp but I don't think it's worth the effort. Instead I'm going to update the timestamp to the current time, which should be accurate within a few seconds but will not exactly match what the server reports.