In the same video by anthony, I learnt of git log --before/--until=<date>. Man page reads:
git log --before/--until=<date>
--until=<date>, --before=<date> Show commits older than a specific date.
How is it that I only learn about this just now =/.