File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1283,7 +1283,7 @@ class NaTType(_NaT):
12831283
12841284 If you want a specific timezone, in this case 'Brazil/East':
12851285
1286- >>> pd.Timestamp.now('Brazil/East')
1286+ >>> pd.Timestamp.now('Brazil/East') # doctest: +SKIP
12871287 Timestamp('2025-11-11 22:17:59.609943-03:00)
12881288
12891289 Analogous for ``pd.NaT``:
Original file line number Diff line number Diff line change @@ -1940,7 +1940,7 @@ class Timestamp(_Timestamp):
19401940
19411941 If you want a specific timezone, in this case ' Brazil/East' :
19421942
1943- >>> pd.Timestamp.now(' Brazil/East' )
1943+ >>> pd.Timestamp.now(' Brazil/East' ) # doctest: +SKIP
19441944 Timestamp(' 2025-11-11 22:17:59.609943-03:00)
19451945
19461946 Analogous for ``pd.NaT``:
You can’t perform that action at this time.
0 commit comments