import time def execute(hdf, txt, env): return "Aktuelle Zeit: %s" % time.strftime("%c", time.localtime())