Skip to content

Commit 6da8d27

Browse files
Clarify date format to use ISO 8601 standard
Updated the date format hint to specify ISO 8601.
1 parent ac64b4b commit 6da8d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)