Skip to content

Commit 4affeb1

Browse files
DOC: add SA01 to nattype
1 parent c83a47e commit 4affeb1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pandas/_libs/tslibs/nattype.pyx

+12
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,18 @@ class NaTType(_NaT):
769769
770770
Return a new Timestamp representing UTC day and time.
771771
772+
See Also
773+
--------
774+
Timestamp : Constructs an arbitrary datetime.
775+
Timestamp.now : Return the current local date and time, which
776+
can be timezone-aware.
777+
Timestamp.today : Return the current local date and time with
778+
timezone information set to None.
779+
to_datetime : Convert argument to datetime.
780+
date_range : Return a fixed frequency DatetimeIndex.
781+
Timestamp.utctimetuple : Return UTC time tuple, compatible with
782+
time.localtime().
783+
772784
Examples
773785
--------
774786
>>> pd.Timestamp.utcnow() # doctest: +SKIP

0 commit comments

Comments
 (0)