%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/proc/thread-self/root/lib/python3/dist-packages/landscape/lib/
Upload File :
Create Path :
Current File : //proc/self/root/proc/thread-self/root/lib/python3/dist-packages/landscape/lib/timestamp.py

from datetime import datetime


def to_timestamp(date, epoch=datetime.utcfromtimestamp(0)):
    """Convert a C{datetime} to an C{int}-based timetamp."""
    delta = date - epoch
    return (delta.days * 60 * 60 * 24) + delta.seconds

Zerion Mini Shell 1.0