Commit 0ec95f8
committed
TST: add test for
Add a test in `pandas/tests/arrays/test_datetimes.py` to ensure that
`pd.date_range` with `normalize=True` correctly handles DST transitions
when both `nonexistent` and `ambiguous` parameters are specified.date_range normalize handling DST nonexistent/ambiguous times (GH#62602)1 parent 386f4dc commit 0ec95f8
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
835 | 857 | | |
836 | 858 | | |
837 | 859 | | |
| |||
0 commit comments