Revert "Fixing policheck flags"

This reverts commit 0e41684cf0.
This commit is contained in:
Clint Rutkas
2023-02-21 20:50:33 -08:00
parent 7fda4229c3
commit aceffe3212
11 changed files with 110 additions and 74 deletions

View File

@@ -32,7 +32,7 @@ A minimum entry for the `TimeZone.json` looks like:
```json
{
"Offset": "11:55",
"Name": "My unique time zone",
"Name": "My crazy time zone",
}
```
@@ -41,26 +41,26 @@ A full entry for the `TimeZone.json` looks like:
```json
{
"Offset": "11:55",
"Name": "My unique time zone",
"Name": "My crazy time zone",
"Shortcut" : "MYTZ",
"MilitaryName" : "Order Time Zone",
"TimeNamesStandard": [
"My unique standard time"
"My crazy standard time"
],
"ShortcutsStandard": [
"MCST"
],
"TimeNamesDaylight": [
"My unique daylight time"
"My crazy daylight time"
],
"ShortcutsDaylight": [
"MCDT"
],
"CountriesStandard": [
"unique Land East"
"Crazy Land East"
],
"CountriesDaylight": [
"Unique Land West"
"Crazy Land West"
]
}
```