import datetime currentime = datetime.datetime.now() hours = currentime.strftime('%H') minutes = currentime.strftime('%M') seconds = currentime.strftime('%S') mixed = currentime.strftime('%H:%M:%S')