iso date format now recommended

This commit is contained in:
Daniel Czerwonk 2018-01-03 17:22:11 +01:00
parent e5aa32646d
commit 0bcf075005

View File

@ -10,7 +10,7 @@ Since bird_exporter uses the bird unix sockets, bird has to be installed on the
### Bird configuration
To get meaningful uptime information bird has to be configured this way:
```
timeformat protocol "%s";
timeformat protocol iso long;
```
## Important information for users of bird 2.0+