diff --git a/app/notify_client/job_api_client.py b/app/notify_client/job_api_client.py index bd4400177..5ea333993 100644 --- a/app/notify_client/job_api_client.py +++ b/app/notify_client/job_api_client.py @@ -109,7 +109,7 @@ class JobApiClient(NotifyAdminAPIClient): # make a datetime object in the user's preferred timezone if scheduled_for: - scheduled_for = self.convert_user_time_to_utc(scheduled_for) + scheduled_for = JobApiClient.convert_user_time_to_utc(scheduled_for) data.update({"scheduled_for": scheduled_for}) data = _attach_current_user(data)