We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug pd.date_range(start='2024-01-01', end='2024-12-31', freq='5T', tz='UTC', name='start_dt')
above doesn't include 2024-03-10 02:00:00 thru 2024-03-10 02:55:00
To Reproduce import pandas as pd pd.date_range(start='2024-01-01', end='2024-12-31', freq='5T', tz='UTC', name='start_dt')
Expected behavior If I used utc as timezone, it should include 2024-03-10 02:00:00 thru 2024-03-10 02:55:00
Versions (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
pd.date_range(start='2024-01-01', end='2024-12-31', freq='5T', tz='UTC', name='start_dt')
above doesn't include 2024-03-10 02:00:00 thru 2024-03-10 02:55:00
To Reproduce
import pandas as pd
pd.date_range(start='2024-01-01', end='2024-12-31', freq='5T', tz='UTC', name='start_dt')
Expected behavior
If I used utc as timezone, it should include 2024-03-10 02:00:00 thru 2024-03-10 02:55:00
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: