API/COMPAT: add kw args to Timestamp constructor · Issue #10758 · pandas-dev/pandas (original) (raw)

from SO

Timestamp(year, month, day, second, millisecond, microsecond, nanosecond)

as optional keyword args might be nice for compat with datetime.datetime. We do something similar for Timedelta construction.