fix: added get_quarter_ending function in safe_exec

This commit is contained in:
Nabin Hait 2023-06-22 16:18:52 +05:30
parent 5e3313962d
commit 94ccdd628a

View file

@ -452,6 +452,7 @@ VALID_UTILS = (
"nowtime",
"get_first_day",
"get_quarter_start",
"get_quarter_ending",
"get_first_day_of_week",
"get_year_start",
"get_last_day_of_week",