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 3fae894 commit c63ffa7Copy full SHA for c63ffa7
pandas/core/arrays/datetimes.py
@@ -2256,7 +2256,7 @@ def to_julian_date(self) -> npt.NDArray[np.float64]:
2256
"""
2257
Convert TimeStamp to a Julian Date.
2258
2259
- This method returns the number of days as a float since
+ This method returns the number of days as a float since noon January 1, 4713 BC.
2260
2261
https://en.wikipedia.org/wiki/Julian_day
2262
0 commit comments