dlt.common.pendulum
create_dt
def create_dt(year: SupportsIndex,
month: SupportsIndex,
day: SupportsIndex,
hour: SupportsIndex = 0,
minute: SupportsIndex = 0,
second: SupportsIndex = 0,
microsecond: SupportsIndex = 0,
tz: tzinfo = None,
fold: int = 1) -> pendulum.DateTime
Creates a new DateTime instance from a specific date and time.