Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r1b298b2e80e20d600e2dab95b055c878c2521c83 -rd4131d90694090a1cce9d3156dd1dbd402ae1b8d --- shared/scripts/configuration/utility.py (.../utility.py) (revision 1b298b2e80e20d600e2dab95b055c878c2521c83) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision d4131d90694090a1cce9d3156dd1dbd402ae1b8d) @@ -23,9 +23,7 @@ PEM_FILES = ['1.pem', '2.pem', '3.pem' ] - - -def get_current_date_and_time(date_format='%Y/%m/%d - %H:%M:%S'): ##doc string need to be added +def get_current_date_and_time(date_format='%Y/%m/%d - %H:%M:%S'): """ Method to get current date and time. @input date_format (str) - format of date to be retrieved.