from datetime import datetime now = datetime.now() display(f"{now:%Y年%m月%d日 %H:%M:%S}", target="now")