Commit e9d16408 authored by Oleh Lamzin's avatar Oleh Lamzin Committed by Commit Bot

DeviceAdvancedBatteryChargeModeDayConfig timezone behavior

Clarify that local time zone is used for
DeviceAdvancedBatteryChargeModeDayConfig policy.

Bug: b:154476021
BYPASS_POLICY_COMPATIBILITY_CHECK=clarify timezone behavior

Change-Id: If0acfe4df982f1921bdac643f77abcad07810c53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206798Reviewed-by: default avatarMaksim Ivanov <emaxx@chromium.org>
Commit-Queue: Oleh Lamzin <lamzin@google.com>
Cr-Commit-Position: refs/heads/master@{#770045}
parent ff9fe81c
...@@ -18741,8 +18741,14 @@ ...@@ -18741,8 +18741,14 @@
'type': 'object', 'type': 'object',
'properties': { 'properties': {
'day': { '$ref': 'WeekDay' }, 'day': { '$ref': 'WeekDay' },
'charge_start_time': { '$ref': 'Time' }, 'charge_start_time': {
'charge_end_time': { '$ref': 'Time' } 'description': '''Time when the device will start charging, interpreted in the device's local time zone.''',
'$ref': 'Time'
},
'charge_end_time': {
'description': '''Time when the device will stop charging, interpreted in the device's local time zone.''',
'$ref': 'Time'
}
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment