0 purchases
backports.datetimetimestamp 1.3.0
Backport of the datetime.timestamp() method added in Python 3.3.
Used as:
from backports.datetime_timestamp import timestamp
import datetime
dt = datetime.datetime.utcnow()
# instead of dt.timestamp(), use
timestamp(dt)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.