diff --git a/frappe/utils/safe_exec.py b/frappe/utils/safe_exec.py index 9e99754c67..8f73efd17c 100644 --- a/frappe/utils/safe_exec.py +++ b/frappe/utils/safe_exec.py @@ -445,8 +445,8 @@ VALID_UTILS = ( "now_datetime", "get_timestamp", "get_eta", - "get_time_zone", - "convert_utc_to_user_timezone", + "get_system_timezone", + "convert_utc_to_system_timezone", "now", "nowdate", "today",