DateTimeNowToEpoch

Returns the current datetime as an epoch value for use in timestamp comparisons.

python · Community Common Scripts

Details

IDDateTimeNowToEpoch
Languagepython
From Version6.9.0
Docker Imagedemisto/python3:3.12.13.10116658

README

Converts the current datetime to an epoch value for timestamp comparison operations

from DateTimeNowToEpoch import retrieve_epoch


def test_retrieve_epoch():
    assert type(retrieve_epoch()) is int