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 e148e07 commit 0722d98Copy full SHA for 0722d98
pandas/tests/tseries/holiday/test_holiday.py
@@ -321,7 +321,7 @@ def test_holidays_with_timezone_specified_but_no_occurences():
321
# GH 54580
322
# _apply_rule() in holiday.py was silently dropping timezones if you passed it
323
# an empty list of holiday dates that had timezone information
324
- start_date = Timestamp("2018-01-01", tz="America/Chicago").as_unit("ns")
+ start_date = Timestamp("2018-01-01", tz="America/Chicago")
325
end_date = Timestamp("2018-01-11", tz="America/Chicago")
326
test_case = USFederalHolidayCalendar().holidays(
327
start_date, end_date, return_name=True
0 commit comments