From 5580514d1b291217ccfd62f2f1b06f64aa3906ef Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 14 Jan 2011 16:30:38 -0800 Subject: properly support $time_utc as documented nginx doesn't have this, only time_local, but we do --- lib/clogger.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/clogger.rb b/lib/clogger.rb index 75a639c..170dd21 100644 --- a/lib/clogger.rb +++ b/lib/clogger.rb @@ -23,6 +23,7 @@ class Clogger ALIASES = { '$request_time' => '$request_time{3}', '$time_local' => '$time_local{%d/%b/%Y:%H:%M:%S %z}', + '$time_utc' => '$time_utc{%d/%b/%Y:%H:%M:%S %z}', '$msec' => '$time{3}', '$usec' => '$time{6}', '$http_content_length' => '$content_length', -- cgit v1.2.3-24-ge0c7