We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882b228 commit a70a7c1Copy full SHA for a70a7c1
pandas/_libs/tslibs/timestamps.pyx
@@ -1452,6 +1452,18 @@ class Timestamp(_Timestamp):
1452
1453
Return a new Timestamp representing UTC day and time.
1454
1455
+ See Also
1456
+ --------
1457
+ Timestamp : Constructs an arbitrary datetime.
1458
+ Timestamp.now : Return the current local date and time, which
1459
+ can be timezone-aware.
1460
+ Timestamp.today : Return the current local date and time with
1461
+ timezone information set to None.
1462
+ to_datetime : Convert argument to datetime.
1463
+ date_range : Return a fixed frequency DatetimeIndex.
1464
+ Timestamp.utctimetuple : Return UTC time tuple, compatible with
1465
+ time.localtime().
1466
+
1467
Examples
1468
--------
1469
>>> pd.Timestamp.utcnow() # doctest: +SKIP
0 commit comments