timeago
A python lib format datetime to *** time ago
. https://github.com/hustcc/timeago
Install
pip install timeago
Usage & Example
import timeago, datetime
now = datetime.datetime.now() + datetime.timedelta(seconds = 60 * 3.4)
print (timeago.format(date, now)) # will print 3 minutes ago
Methor & Parameter
only one API format
.
Three parameters of method format
:
date
:datetime
will be done / format.now
: reference time, must be instance ofdatetime
.locale
: the locale code, only zh_CN / en supported, defaulten
.
Localization
foke the project
add <locale>.py file in the locales folder.
pull a request.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。