[PATCH] Contrib: vim syntax, update core and 3rd party module directives.

2021-05-30 Thread Gena Makhomed
# HG changeset patch # User Gena Makhomed # Date 1622366760 -10800 # Sun May 30 12:26:00 2021 +0300 # Node ID e3c137f6caa6c6b979e8eb8647d00a293fe1f112 # Parent f5de03f308a6d7864b7d5108a968db56585b9a9b Contrib: vim syntax, update core and 3rd party module directives. diff -r f5de03f308a6 -r

Re: [PATCH] Variable $time_short.

2021-05-30 Thread Gena Makhomed
On 29.05.2021 0:55, Maxim Dounin wrote: Main purpose of variable $time_short is usage for logging, access.log. Existing variables $time_iso8601 and $time_local has bad readability, because these variables contains timezone after seconds and it has no space between date and time fields. Compare