Skip to main content

Table of Contents

Functions for interacting with timestamps and datetime objects

to_utc_ms

to_utc_ms(dt: datetime.datetime) -> Optional[int]

Convert a datetime object to UTC epoch milliseconds

Returns

timstamp_ms : int Timestamp

from_utc_ms

from_utc_ms(utc: Optional[int]) -> Optional[datetime.datetime]

Convert a UTC epoch milliseconds timestamp to a datetime object

Parameters

utc : int Timestamp

Returns

dt : datetime.datetime Datetime object

Prefooter Illustration Mobile
Run AI With Certainty
Get started for free
Prefooter Illustration