We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd0a7d commit b041883Copy full SHA for b041883
src/pycamp_bot/models.py
@@ -109,7 +109,7 @@ def get_wizards(self):
109
110
def get_current_wizard(self):
111
"""Return the Pycampista instance that's the currently scheduled wizard."""
112
- now = datetime.datetime.now(ZoneInfo("America/Los_Angeles"))
+ now = datetime.datetime.now(ZoneInfo("America/Argentina/Cordoba"))
113
logger.info("Request wizard at user time: %s", str(now))
114
current_wizards = WizardAtPycamp.select().where(
115
(WizardAtPycamp.pycamp == self) &
0 commit comments