etlutils.dateΒΆ

etlutils.date consists of functions useful for manipulating or converting dates between different formats

Functions

datetime_from_zulutime_string(utc_time_string) Given a utc_time_string, create a datetime.datetime object
get_date_from_timestamp(timestamp[, offset]) creates a datetime.datetime object from a timestamp with offset
mkdate(datestr) Creates a date object for a string in the format YYYY-MM-DD