We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83a47e commit 4affeb1Copy full SHA for 4affeb1
pandas/_libs/tslibs/nattype.pyx
@@ -769,6 +769,18 @@ class NaTType(_NaT):
769
770
Return a new Timestamp representing UTC day and time.
771
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
+
784
Examples
785
--------
786
>>> pd.Timestamp.utcnow() # doctest: +SKIP
0 commit comments