Skip to content

Commit

Permalink
feat: add new timezone utils to safe_exec
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Mar 6, 2023
1 parent 3f87ffe commit c099b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frappe/utils/safe_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,9 @@ def add_module_properties(module, data, filter_method):
"get_timestamp",
"get_eta",
"get_time_zone",
"get_system_timezone",
"convert_utc_to_user_timezone",
"convert_utc_to_system_timezone",
"now",
"nowdate",
"today",
Expand Down

0 comments on commit c099b67

Please sign in to comment.