Natural/Relative days in Python

前端 未结 6 1166
南旧
南旧 2020-11-30 03:44

I\'d like a way to show natural times for dated items in Python. Similar to how Twitter will show a message from \"a moment ago\", \"a few minutes ago\", \"two hours ago\",

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 04:27

    Are you looking for something like this (Printing Relative Dates in Python)?

提交回复
热议问题