Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rcbe0fa20b2bd19124b67553d80130392d6035c74 -re4378bd07ad6b5f2a71973728d6be2ffc9bc6054 --- shared/scripts/configuration/utility.py (.../utility.py) (revision cbe0fa20b2bd19124b67553d80130392d6035c74) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision e4378bd07ad6b5f2a71973728d6be2ffc9bc6054) @@ -94,9 +94,8 @@ names.o_pressure_text_obj["text"] = text return names.o_pressure_text_obj -def get_current_date_and_time(): +def get_current_date_and_time(date_format='%Y/%b/%d - %H:%M'): - date_format='%Y/%b/%d - %H:%M' date = datetime.now() return str(date.strftime(date_format))