File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -987,19 +987,19 @@ cdef class _Timestamp(ABCTimestamp):
987
987
@property
988
988
def fold(self) -> int:
989
989
"""
990
- Return the fold value of the Timestamp, which indicates whether the time is in the
991
- fold of a transition (typically during daylight saving time transitions) .
990
+ Return the fold value of the Timestamp,
991
+ which indicates whether the time is in the fold of a transition .
992
992
993
993
Returns
994
994
-------
995
995
int
996
- The fold value of the Timestamp, where 0 indicates the first occurrence
996
+ The fold value of the Timestamp, where 0 indicates the first occurrence
997
997
of the ambiguous time, and 1 indicates the second.
998
998
999
999
See Also
1000
1000
--------
1001
1001
Timestamp.dst : Return the daylight saving time (DST) adjustment.
1002
- Timestamp.tzinfo : Return the timezone information associated with the Timestamp .
1002
+ Timestamp.tzinfo : Return the timezone information associated.
1003
1003
1004
1004
Examples
1005
1005
--------
You can’t perform that action at this time.
0 commit comments