from datetime import datetime now = datetime.now() display(f"{now:%Y年%m月%d日 %H:%M:%S}", target="now")
今は
現在日時
です。