ttp2542 / GradingScripts

This repository contains the Python scripts used for grading in the SWEN-123 class at RIT.
4 stars 7 forks source link

Fixed timezone issues (major) and prevent cloning if no commits are made #11

Closed jym2584 closed 2 years ago

jym2584 commented 2 years ago

Github's default timezone is in UTC+0, so this skipped any commits that were made past 5 hours if the current timezone was entered as UTC-5 (new york time) Refer to issue #10

jym2584 commented 2 years ago

I made the offset a constant, but should probably integrate this into the config file