Skip to content

Commit a70a7c1

Browse files
DOC: add SA01 pandas.Timestamp.utcnow
1 parent 882b228 commit a70a7c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,18 @@ class Timestamp(_Timestamp):
14521452
14531453
Return a new Timestamp representing UTC day and time.
14541454
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+
14551467
Examples
14561468
--------
14571469
>>> pd.Timestamp.utcnow() # doctest: +SKIP

0 commit comments

Comments
 (0)