Update incorrect timezone description

Change-Id: I6bb45335478b40d2548597979d4754bcd3bfe4fe
This commit is contained in:
wbluo0907 2017-09-19 13:44:36 +08:00
parent e58d1f84f6
commit 127aaef196
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ common_properties_schema = {
TIMEZONE: properties.Schema(
properties.Schema.STRING,
_("Timezone for the time constraint "
"(eg. 'Taiwan/Taipei', 'Europe/Amsterdam')."),
"(eg. 'Asia/Taipei', 'Europe/Amsterdam')."),
constraints=[
constraints.CustomConstraint('timezone')
],