Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/timestamps.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ cdef class _Timestamp(ABCTimestamp):
By default, the fractional part is omitted if self.microsecond == 0
and self._nanosecond == 0.

If self.tzinfo is not None, the UTC offset is also attached, giving
If self.tzinfo is not None, the UTC offset is also attached,
giving a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmmnnn+HH:MM'.

Parameters
Expand Down
Loading