commit | 5ab74625d6b28860a08d64ee808a62508a1491dc | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed Sep 04 20:48:30 2013 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed Sep 04 20:48:30 2013 +0400 |
tree | e0d64924d1423f09aa9f420f985add8278121354 | |
parent | 48d96ced6ff6cea533d56d0d09129f6632a19e4d [diff] |
Win32: $request_time fixed. On win32, time_t is 64 bits wide by default, and passing an ngx_msec_int_t argument for %T format specifier doesn't work. This doesn't manifest itself on other platforms as time_t and ngx_msec_int_t are usually of the same size.