datetime.replace([year[, month[, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]]]]])
Return a datetime with the same attributes, except for those attributes given new values by whichever keyword arguments are specified. Note that tzinfo=None
can be specified to create a naive datetime from an aware datetime with no conversion of date and time data.
Please login to continue.