File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pandas-stubs/_libs/tslibs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,18 +59,18 @@ class Timestamp(datetime):
59
59
def __new__ (
60
60
cls ,
61
61
ts_input : np .integer | float | str | _date | datetime | np .datetime64 = ...,
62
- tz : str | _tzinfo | int | None = ...,
63
- unit : str | int | None = ...,
64
62
year : int | None = ...,
65
63
month : int | None = ...,
66
64
day : int | None = ...,
67
65
hour : int | None = ...,
68
66
minute : int | None = ...,
69
67
second : int | None = ...,
70
68
microsecond : int | None = ...,
69
+ tzinfo : _tzinfo | None = ...,
71
70
* ,
72
71
nanosecond : int | None = ...,
73
- tzinfo : _tzinfo | None = ...,
72
+ tz : str | _tzinfo | int | None = ...,
73
+ unit : str | int | None = ...,
74
74
fold : Literal [0 , 1 ] | None = ...,
75
75
) -> Self : ...
76
76
# GH 46171
You can’t perform that action at this time.
0 commit comments