From 08d282b6ca118a0249a552478389c1d603163543 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 17 Sep 2016 22:47:04 +0200 Subject: [PATCH] Add datetimeformat flag/option to cmd/config section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 18993a7..71ba945 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ optional arguments: -nod, --noonlinedc don't add connect until now to onlinetime -t TEMPLATE, --template TEMPLATE path to custom template + -dtf DATETIMEFORMAT, --datetimeformat DATETIMEFORMAT + format of date/time-values (datetime.strftime) ``` # Configuration @@ -46,6 +48,7 @@ optional arguments: | debug | debug mode | | onlinedc | Add timedelta from last-connect until now to onlinetime for connected clients | | template | Path to a custom template file (relative from `tsstats/` or absolute) | +| datetimeformat | Format of date/time-values used for render-timestamp and last online (using [datetime.strftime](https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior)) | ## Example