File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -478,11 +478,13 @@ class NaTType(_NaT):
478
478
tz : string, pytz.timezone, dateutil.tz.tzfile or None
479
479
Time zone for time which Timestamp will be converted to.
480
480
None will remove timezone holding local time.
481
+
481
482
ambiguous : bool, 'NaT', default 'raise'
482
483
- bool contains flags to determine if time is dst or not (note
483
- that this flag is only applicable for ambiguous fall dst dates)
484
+ that this flag is only applicable for ambiguous fall dst dates)
484
485
- 'NaT' will return NaT for an ambiguous time
485
486
- 'raise' will raise an AmbiguousTimeError for an ambiguous time
487
+
486
488
errors : 'raise', 'coerce', default 'raise'
487
489
- 'raise' will raise a NonExistentTimeError if a timestamp is not
488
490
valid in the specified timezone (e.g. due to a transition from
You can’t perform that action at this time.
0 commit comments