Browse Source

Fix #9 add nginx date format to ttail.h

Yann Weber 7 years ago
parent
commit
d89f8a64e5
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/include/ttail.h

+ 4
- 0
src/include/ttail.h View File

@@ -53,6 +53,10 @@ typedef struct _ttail_s ttail_t;
53 53
 "run job at %I %p,%B %dnd",\
54 54
 "%A den %d. %B %Y %H.%M Uhr",\
55 55
 "%c",\
56
+"%d/%B/%Y:%H:%M:%S",\
57
+"%d/%B/%Y:%H:%M",\
58
+"%d/%m/%Y:%H:%M:%S",\
59
+"%d/%m/%Y:%H:%M",\
56 60
 "%y/%m/%d",\
57 61
 "%Y/%m/%d",\
58 62
 "%y-%m-%d",\

Loading…
Cancel
Save