log src/core/ngx_times.c @ 7939:9e7de0547f09

age author description
Thu, 21 Oct 2021 18:38:38 +0300 Maxim Dounin Removed CLOCK_MONOTONIC_COARSE support.
Thu, 01 Mar 2018 20:25:50 +0300 Maxim Dounin Core: ngx_current_msec now uses monotonic time if available.
Wed, 13 Sep 2017 15:53:19 +0300 Maxim Dounin Introduced time truncation to December 31, 9999 (ticket #1368).
Wed, 13 Sep 2017 15:52:01 +0300 Maxim Dounin Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t.
Wed, 13 Sep 2017 15:51:58 +0300 Maxim Dounin Fixed reference to time parsing code after 8b6fa4842133.
Thu, 31 Mar 2016 02:34:00 +0300 Sergey Kandaurov Fixed format specifiers in ngx_sprintf().
Mon, 12 May 2014 16:34:15 +0400 Vladimir Homutov Added syslog support for error_log and access_log directives.