About 2 weeks ago I released a new version of my software, but I made the mistake to not branch/tag at that time. So, now on my branch there is new code.
I was asked to rebuild the same version released 2 weeks ago with some hotfix so I'd like to check out the code that was there at the time and create a new branch from that.
I did the command
git checkout 'master@{2019-01-10 08:30:00}'
but I already know it doesn't work: on my system there are files dated on 20-01-2019! What am I doing wrong?