Commutty IT
あまてぃ
Follow
25か月前公開
・25か月前更新
・0 pv
・1 min read
【Python】現在時刻を分まで取得する
Python
import
datetime
print
(
datetime
.
datetime
.
now
(
)
.
strftime
(
"%Y/%m/%d %H:%M"
)
)
# 2022/10/01 11:00
Discussion
コメントにはログインが必要です。