-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add day-first datetime format to WA tests
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
21/10/21, 15:21:45 - John Doe: Lorem ipsum dolor sit amet. | ||
22/10/21, 15:21:46 - John Doe: Lorem ipsum dolor sit amet. | ||
|
||
23/10/21, 15:21:47 - John-John Doe: Lorem ipsum : dolor sit amet. | ||
24/10/21, 15:21:48 - Jahn Doe: Lorem ipsum dolor sit amet, | ||
consectetur adipiscing elit. Duis libero. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
timestamp,author,message,weekday,hour,words,letters | ||
2021-10-24 15:21:48,Jahn Doe,"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis libero.",Sunday,15,10,69 | ||
2021-10-23 15:21:47,John-John Doe,Lorem ipsum : dolor sit amet.,Saturday,15,6,29 | ||
2021-10-22 15:21:46,John Doe,Lorem ipsum dolor sit amet.,Friday,15,5,27 | ||
2021-10-21 15:21:45,John Doe,Lorem ipsum dolor sit amet.,Thursday,15,5,27 |