Stash says the latest commit was committed 8 minutes ago. That was when I committed the change locally. I then pushed the changes to the Stash repository 7 minutes later (1 minute before the screenshot).
I'm somewhat surprised that it is the local commit date that's being used. Is that really how it should be?
Yes, this is how the time is recorded. When you commit the changes locally, the time of the commit is recorded in your machine. The push command just send all the GIT information in your machine to the Stash server so the commit time is still preserved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.