Constantino Schillebeeckx
10/18/2021, 6:08 PMprefect.context.get("scheduled_start_time")
timezone aware? if not, is there an assumed timezone of UTC? If I schedule my flow with something like CronSchedule(cron, start_date=pendulum.datetime(2021, 1, 1, tz=tz))
will the "scheduled_start_time" have the same timezone as the cron schedule?Kevin Kho
10/18/2021, 6:13 PMConstantino Schillebeeckx
10/18/2021, 6:56 PMscheduled_start_time
does indeed come back as UTC with something like 2021-10-18T18:52:26.006694+00:00