chromium/components/policy/resources/templates/policy_definitions/DateAndTime/SystemUse24HourClock.yaml

caption: Use 24 hour clock by default
default: null
desc: |-
  Setting the policy to True gives a device's sign-in screen a 24-hour clock format.

        Setting the policy to False gives a device's sign-in screen a 12-hour clock format.

        Leaving the policy unset makes a device use the format from the current locale.

        User sessions also default to the device format, but users can change an account's clock format.
device_only: true
example_value: true
features:
  dynamic_refresh: true
items:
- caption: 24 hour clock format
  value: true
- caption: 12 hour clock format
  value: false
- caption: Automatic based on current language
  value: null
owners:
- [email protected]
- [email protected]
schema:
  type: boolean
supported_on:
- chrome_os:30-
tags: []
type: main
generate_device_proto: False