Added --local-timezone that uses local timezone for timestamps.

This commit is contained in:
Payman Delshad
2014-07-04 13:55:11 +02:00
committed by Payman Delshad
parent 2d865c5f31
commit 5bbdea8992
3 changed files with 23 additions and 2 deletions
+9
View File
@@ -166,6 +166,15 @@ var args = [
, dest: 'logTimestamp'
}],
[['--local-timezone'], {
defaultValue: false
, required: false
, help: 'Use local timezone for timestamps'
, nargs: 0
, action: 'storeTrue'
, dest: 'localTimezone'
}],
[['--log-no-colors'], {
defaultValue: false
, required: false