Played Challenges
YAML to dotenv - 907 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 49
- Position: #172 / 199
- Number of attempts: 1
Fix timezone format - 294 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 23
- Position: #87 / 94
- Number of attempts: 3