mirror of
https://github.com/appium/appium.git
synced 2026-05-05 09:59:58 -05:00
Added --local-timezone that uses local timezone for timestamps.
This commit is contained in:
committed by
Payman Delshad
parent
2d865c5f31
commit
5bbdea8992
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user