mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
remove pytz remnants
This commit is contained in:
@@ -226,7 +226,7 @@ def get_scheduled_job_stats(service_id):
|
||||
jsonify(
|
||||
count=count,
|
||||
soonest_scheduled_for=(
|
||||
soonest_scheduled_for.replace(tzinfo=ZoneInfo.UTC).isoformat()
|
||||
soonest_scheduled_for.replace(tzinfo=ZoneInfo("UTC")).isoformat()
|
||||
if soonest_scheduled_for
|
||||
else None
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user