log src/core/ngx_times.c @ 7222:81fae70d6cb8

age author description
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.
Fri, 03 Aug 2012 09:10:39 +0000 Maxim Dounin Fixed possible use of old cached times if runtime went backwards.