python,

python 各種時間型態轉換

Champion Champion Follow Nov 07, 2021 · 1 min read
python 各種時間型態轉換
Share this

python的時間各型態轉換一直很困擾我,每次都會想不起來怎麼用,所以來整理一下各種型態的轉換,希望以後不要再被這問題困擾了,也希望大家看完也不會被困擾。

Python中時間類型主要會用三種類型表達

  • string
  • datetime
  • timestamp

時間和字符串的轉換方式:

  • strftime : string format time ,時間格式化成字符串
  • strptime : string parse time,字符串解析成時間

Code 展示

string <-> datetime

string -> datetime datetime -> string

datetime <-> timestamp

datetime -> timestamp timestamp -> datetime

string <-> timestamp

string -> timestamp timestamp -> string

那以上就是關於python時間轉換的整理,如果有什麼問題都可以在下面進行留言!!!如果喜歡我的文章可以幫我拍拍手哦~~~~

Join Newsletter
Get the latest news right in your inbox. We never spam!
Champion
Written by Champion Follow
Hi, I am Champion, the author of CHAMPION.AI, I will share some AI and investment articles. I hope you like it.