about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-14 16:30:38 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-14 16:30:38 -0800
commit5580514d1b291217ccfd62f2f1b06f64aa3906ef (patch)
treecd9d9832a01e30896c137e6fa5d409902b4e3e0c /lib
parent916e7f09c56ff0ab6722c4cce5e78d71ec336d48 (diff)
downloadclogger-5580514d1b291217ccfd62f2f1b06f64aa3906ef.tar.gz
nginx doesn't have this, only time_local, but we do
Diffstat (limited to 'lib')
-rw-r--r--lib/clogger.rb1
1 files changed, 1 insertions, 0 deletions
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',