Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date [Year] incorrect in GitHub Workflows/test.yml

sjchoure opened this issue · comments

Describe the bug

      START_DATE: "2019-10-01 00:00:00 UTC"
      RULES_DATE: "2019-10-01 00:00:00 UTC"
      END_DATE: "2019-11-01 00:00:00 UTC"

All dates have a year as 2019 and not 2020

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://github.com/digitalocean/hacktoberfest/blob/master/.github/workflows/test.yml
  2. See Line number 25 through 27

Expected behavior
The year should be 2020 in each Dates

Screenshots
Dates

Additional context
Saw this discrepancy in PR #601

These dates don't need to be correct. The app was originally written in 2019 so using those dates should be fine, the app should still function the same.

We also actually overwrite those in the test logic itself to be based on the current time. Overall, not something that needs to be addressed -- thanks for bringing it up though!