lots of visual and logic changes

This commit is contained in:
Chuck
2025-07-21 15:22:12 -05:00
parent d3ab27b221
commit 94f0eb060b
10 changed files with 12 additions and 18 deletions

View File

@@ -434,7 +434,7 @@ class BaseNBAManager:
if start_time_utc:
# Convert to local time
local_time = start_time_utc.astimezone(self._get_timezone())
game_time = local_time.strftime("%-I:%M %p")
game_time = local_time.strftime("%I:%M %p").lstrip('0')
game_date = local_time.strftime("%-m/%-d")
# Calculate if game is within recent window