Skip to content

Commit

Permalink
docs/configuration.md: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed May 17, 2024
1 parent a5ac417 commit ab1f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Go uses a different approach then other languages. usually you can format a date
| ------------ | ------------------------------------------- | ---------------- |
| **Date** | - | - |
| `2006` | Full year | 2018,1989 |
| `06` | 2-digit | 18, 89 |
| `06` | 2-digit year | 18, 89 |
| `Jan` | Three letter word of month | Oct, Jun |
| `January` | Full name of month | April, September |
| `2` | Day in month without leading zero | 1 to 31 |
Expand Down

0 comments on commit ab1f946

Please sign in to comment.