Skip to content

Commit

Permalink
chore: fix timezone import
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed May 19, 2023
1 parent db45e9e commit 2cadb9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import frappe
import pytz
from frappe.core.doctype.access_log.access_log import make_access_log
from frappe.utils import convert_utc_to_timezone, get_datetime, get_time_zone
from frappe.utils import convert_utc_to_timezone, get_datetime, get_system_timezone

from press.agent import Agent

Expand Down

0 comments on commit 2cadb9a

Please sign in to comment.