Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r0ab5cc6cd76c2c4f86d8004a210220596ff1c6a6 -r52b8cb6304da0cd67b1e51d9bf9a96cfc1b0f38b --- shared/scripts/configuration/utility.py (.../utility.py) (revision 0ab5cc6cd76c2c4f86d8004a210220596ff1c6a6) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 52b8cb6304da0cd67b1e51d9bf9a96cfc1b0f38b) @@ -17,15 +17,6 @@ from datetime import timezone from datetime import datetime -# def get_current_date_and_time(date_format='%Y/%b/%d - %H:%M:%S'): -# """ -# Method to get current date and time. -# @input date_format (str) - format of date to be retrieved. -# @return (str) - date in specified format. -# """ -# date = datetime.now() -# return str(date.strftime(date_format)) - def get_current_date_and_time_in_utc(date_format='%Y/%m/%d - %H:%M:%S'): """ Method to get current date and time.