Skip to content

Commit d32dccc

Browse files
authored
Merge pull request #46 from deimianvasquez/patch-3
Clarify date format to use ISO 8601 standard
2 parents 089b7db + 6da8d27 commit d32dccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.learn/exercises/04.1-date-range/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ DatetimeIndex(['2021-05-01', '2021-05-02', '2021-05-03', '2021-05-04',
1515

1616
## 💡 Hint:
1717

18-
+ In the date format you can use `DD-MM-YYYY` or `YYYY-MM-DD`.
18+
+ Use the date format `YYYY-MM-DD` (ISO 8601), as it is the standard and avoids confusion. Other formats may not work as expected.

0 commit comments

Comments
 (0)