Hi UI! I am seeing something I believe is a bug, b...
# prefect-ui
a
Hi UI! I am seeing something I believe is a bug, but could use a gut check. I have a deployment with the following schedule
Copy code
schedule=IntervalSchedule(interval=datetime.timedelta(days=7), anchor_date=DateTime(2024, 1, 25, 21, 46, 0, 571632, tzinfo=Timezone('+00:00')), timezone='America/Guatemala')
• I need a CST-observing timezone, so I’m using America/Guatemala. • The UTC hour is 21 on the schedule, and CST is -6, so I’d expect the CST hour to be 15, and the schedule to run at 3:46pm CST. • At 4:46 EDT (3:46 CST, 21:46 UTC), the job kicked off as expected! • However, in the UI, the schedule says 4:46 PM (America/Guatemala, which would be 22:46 UTC). You can see this in the snapshot below. My system time is east coast time, the job finished at 4:47 ET. The schedule says 4:46 America/Guatemala but it really ran at 3:46 America/Guatemala
c
Thanks for your message! Creating an issue on github would be the best way to get this triaged and prioritized.