-
-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Timestamp.to_julian_date()
does not take into account timezone
#54763
Comments
danmoser
added
Bug
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Aug 25, 2023
@danmoser can you please update the title with a meaningful description? |
danmoser
changed the title
BUG:
BUG: Aug 30, 2023
Timestamp.to_julian_date()
does not take into account timezone
Done! |
mroeschke
added
Timezones
Timezone data dtype
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Jul 17, 2024
This is indeed an issue! Julian Dates shouldn't be timezone dependent. pandas/pandas/core/arrays/datetimes.py Lines 2247 to 2278 in fd823d2
|
take |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Timestamp.to_julian_date()
does not take into account the timezone information.Expected Behavior
Installed Versions
The text was updated successfully, but these errors were encountered: