The year, month and day arguments are required. tzinfo may be None, or an instance of a tzinfo subclass. The remaining arguments may be ints or longs.
tz -> convert to local time in new timezone tz
date, time -> datetime with same date and time fields
Return ctime() style string.
Return date object with same year, month and day.
Return self.tzinfo.dst(self).
timestamp[, tz] -> tz’s local time from POSIX timestamp.
[sep] -> string in ISO 8601 format, YYYY-MM-DDTHH:MM:SS[.mmmmmm][+HH:MM].
sep is used to separate the year from the time, and defaults to ‘T’.
[tz] -> new datetime with tz’s local day and time.
Return datetime with new specified fields.
string, format -> new datetime parsed from a string (like time.strptime()).
Return time object with same time but with tzinfo=None.
Return time tuple, compatible with time.localtime().
Return time object with same time and tzinfo.
Return self.tzinfo.tzname(self).
timestamp -> UTC datetime from a POSIX timestamp (like time.time()).
Return a new datetime representing UTC day and time.
Return self.tzinfo.utcoffset(self).
Return UTC time tuple, compatible with time.localtime().