1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

docs/configuration.md: minor fix

This commit is contained in:
Henrik Hautakoski 2024-05-17 19:10:53 +02:00
parent a5ac417d6a
commit ab1f9460af

View file

@ -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 |