This commit is contained in:
Ravi Prasad
2026-04-22 03:46:31 -05:00
parent d27bfe69b0
commit cd7976040c
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ func importGameSchedules(db *gorm.DB) {
months := []string{
// "september", "october", "november", "december", "january",
// "february", "march", "april", "may", "june",
"february", "march", "april",
"february", "march", "april", "may", "june",
// "february", "march", "april", "may", "june",
// "october", "november", "december",
}
@@ -91,7 +91,7 @@ func importGameSchedules(db *gorm.DB) {
func importBoxScores(db *gorm.DB) {
// now := time.Now()
from := time.Date(2026, time.March, 28, 0, 0, 0, 0, time.UTC)
from := time.Date(2026, time.April, 10, 0, 0, 0, 0, time.UTC)
// from := time.Date(now.Year(), now.Month(), now.Day()-1, 5, 30, 0, 0, time.UTC)
to := time.Date(2026, time.May, 1, 5, 30, 0, 0, time.UTC)