PyHodl  0.2.8
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
dates.py File Reference

Namespaces

 pyhodl.utils.dates
 

Functions

def pyhodl.utils.dates.generate_dates (since, until, hours)
 
def pyhodl.utils.dates.datetime_to_unix_timestamp_ms (date_time)
 
def pyhodl.utils.dates.datetime_to_unix_timestamp_s (date_time)
 
def pyhodl.utils.dates.unix_timestamp_ms_to_datetime (milliseconds)
 
def pyhodl.utils.dates.unix_timestamp_s_to_datetime (seconds)
 
def pyhodl.utils.dates.parse_datetime (raw)
 
def pyhodl.utils.dates.datetime_to_str (date_time)
 
def pyhodl.utils.dates.localize (date_time)
 
def pyhodl.utils.dates.get_delta_seconds (first, second)
 
def pyhodl.utils.dates.get_delta_hours (first, second)
 
def pyhodl.utils.dates.dates_to_floats (lst)
 
def pyhodl.utils.dates.floats_to_dates (lst)
 
def pyhodl.utils.dates.parse_timedelta (raw)