Git log –since not working as expected for 1 day timeframe
I’m encountering an issue with the git log --since=1.day
command in Git. According to the Git documentation, –since= should limit the log to commits made after the specified date. However, when I run git log –since=1.day, it’s returning commits from June 27th, despite today being July 3rd.