diff --git a/build/year-progress.py b/build/year-progress.py index 06648fb..e06f5bd 100644 --- a/build/year-progress.py +++ b/build/year-progress.py @@ -176,7 +176,7 @@ def getHomoSapiens(yearPercent): def getTemplate(timestamp): now = datetime.datetime.fromtimestamp(timestamp) - nowTime = now.strftime("%-I:%M%p") + nowTime = now.strftime("%H:%M") nowDate = now.strftime("%A") + " " + now.strftime("%-d") + " " + now.strftime("%B") delta = now - datetime.datetime(day=1,month=1,year=now.year)