Because of reasons, the "version" in my application is a timestamp (generated with git show --format=%ct). So the bug report says that vApp-<timestamp> is broken.
How would I go about reversing the operation and getting the commit hash from the timestamp using git?
I can run git log --date=unix and then rely on less to search for the timestamp, but I was hoping there was something more "built-in" to git.
This is distinct from the alleged duplicate because I don't want "all commits for a specific day", I want a single commit given the timestamp of that commit.
 
    