cldr
Version:
Library for extracting data from CLDR (the Unicode Common Locale Data Repository)
1,810 lines • 84.5 kB
JSON
[
{
"timeLength": "short",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "12:00 AM"
},
{
"timeLength": "short",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "8:50 AM"
},
{
"timeLength": "short",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00 PM"
},
{
"dateLength": "medium",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Jan 1, 2000"
},
{
"dateLength": "medium",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Jul 1, 2024"
},
{
"dateLength": "medium",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Jul 15, 2014"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Saturday, January 1, 2000 at 12:00 AM"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Monday, July 1, 2024 at 8:50 AM"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tuesday, July 15, 2014 at 12:00 PM"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Saturday, January 1, 2000, 12:00 AM"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Monday, July 1, 2024, 8:50 AM"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tuesday, July 15, 2014, 12:00 PM"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1/1/00, 12:00:00 AM Greenwich Mean Time"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "1/1/00, 12:00:00 AM Australian Central Daylight Time"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "7/1/24, 8:50:07 AM Greenwich Mean Time"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07+09:30[Australia/Adelaide]",
"expected": "7/1/24, 8:50:07 AM Australian Central Standard Time"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "7/15/14, 12:00:00 PM Greenwich Mean Time"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00+09:30[Australia/Adelaide]",
"expected": "7/15/14, 12:00:00 PM Australian Central Standard Time"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "yyMdEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Sat, 1/1/00"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "yyMdEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Mon, 7/1/24"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "yyMdEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tue, 7/15/14"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "yMMMdEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Sat, Jan 1, 2000"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "yMMMdEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Mon, Jul 1, 2024"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "yMMMdEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tue, Jul 15, 2014"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "yMMMMdEEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Saturday, January 1, 2000"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "yMMMMdEEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Monday, July 1, 2024"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "yMMMMdEEEE",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tuesday, July 15, 2014"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GyMdEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Sat, 1 1, 2000 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GyMdEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Mon, 7 1, 2024 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GyMdEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tue, 7 15, 2014 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Sat, Jan 1, 2000 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Mon, Jul 1, 2024 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tue, Jul 15, 2014 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Saturday, January 1, 2000 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "Monday, July 1, 2024 AD"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "Tuesday, July 15, 2014 AD"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "zzzz",
"zoneStyle": "specific",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Greenwich Mean Time"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "zzzz",
"zoneStyle": "specific",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "Australian Central Daylight Time"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "VVVV",
"zoneStyle": "location",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "GMT"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "VVVV",
"zoneStyle": "location",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "Adelaide Time"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "vvvv",
"zoneStyle": "generic",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "Greenwich Mean Time"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "vvvv",
"zoneStyle": "generic",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "Australian Central Time"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "O",
"zoneStyle": "offset",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "GMT"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "O",
"zoneStyle": "offset",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "GMT+10:30"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsz",
"zoneStyle": "specific",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1/1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsz",
"zoneStyle": "specific",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "1/1, 12:00:00 AM GMT+10:30"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsz",
"zoneStyle": "specific",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "January 1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsz",
"zoneStyle": "specific",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "January 1, 12:00:00 AM GMT+10:30"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsVVVV",
"zoneStyle": "location",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1/1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsVVVV",
"zoneStyle": "location",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "1/1, 12:00:00 AM Adelaide Time"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsVVVV",
"zoneStyle": "location",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "January 1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsVVVV",
"zoneStyle": "location",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "January 1, 12:00:00 AM Adelaide Time"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsv",
"zoneStyle": "generic",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1/1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsv",
"zoneStyle": "generic",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "1/1, 12:00:00 AM Adelaide Time"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsv",
"zoneStyle": "generic",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "January 1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsv",
"zoneStyle": "generic",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "January 1, 12:00:00 AM Adelaide Time"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsO",
"zoneStyle": "offset",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1/1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsO",
"zoneStyle": "offset",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "1/1, 12:00:00 AM GMT+10:30"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsO",
"zoneStyle": "offset",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "January 1, 12:00:00 AM GMT"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsO",
"zoneStyle": "offset",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "January 1, 12:00:00 AM GMT+10:30"
},
{
"semanticSkeleton": "M",
"semanticSkeletonLength": "long",
"classicalSkeleton": "LLLL",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "January"
},
{
"semanticSkeleton": "M",
"semanticSkeletonLength": "long",
"classicalSkeleton": "LLLL",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "July"
},
{
"semanticSkeleton": "M",
"semanticSkeletonLength": "long",
"classicalSkeleton": "LLLL",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "July"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "jms",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "12:00:00 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "jms",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "8:50:07 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "jms",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00:00 PM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "12:00:00 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "8:50:07 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00:00 PM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "12:00:00 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "8:50:07 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00:00 PM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "12:00:00 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "8:50:07 AM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00:00 PM"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "Hms",
"hourCycle": "H23",
"calendar": "gregorian",
"locale": "en",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "00:00:00"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "Hms",
"hourCycle": "H23",
"calendar": "gregorian",
"locale": "en",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "08:50:07"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "Hms",
"hourCycle": "H23",
"calendar": "gregorian",
"locale": "en",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00:00"
},
{
"timeLength": "short",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "١٢:٠٠ ص"
},
{
"timeLength": "short",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٨:٥٠ ص"
},
{
"timeLength": "short",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٢:٠٠ م"
},
{
"dateLength": "medium",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤ رمضان ١٤٢٠ هـ"
},
{
"dateLength": "medium",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٢٤ ذو الحجة ١٤٤٥ هـ"
},
{
"dateLength": "medium",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٧ رمضان ١٤٣٥ هـ"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ رمضان ١٤٢٠ هـ في ١٢:٠٠ ص"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ذو الحجة ١٤٤٥ هـ في ٨:٥٠ ص"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ رمضان ١٤٣٥ هـ في ١٢:٠٠ م"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ رمضان ١٤٢٠ هـ، ١٢:٠٠ ص"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ذو الحجة ١٤٤٥ هـ، ٨:٥٠ ص"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ رمضان ١٤٣٥ هـ، ١٢:٠٠ م"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤/٩/١٤٢٠ هـ, ١٢:٠٠:٠٠ ص توقيت غرينتش"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤/٩/١٤٢٠ هـ, ١٢:٠٠:٠٠ ص توقيت وسط أستراليا الصيفي"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٢٤/١٢/١٤٤٥ هـ, ٨:٥٠:٠٧ ص توقيت غرينتش"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07+09:30[Australia/Adelaide]",
"expected": "٢٤/١٢/١٤٤٥ هـ, ٨:٥٠:٠٧ ص توقيت وسط أستراليا الرسمي"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٧/٩/١٤٣٥ هـ, ١٢:٠٠:٠٠ م توقيت غرينتش"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00+09:30[Australia/Adelaide]",
"expected": "١٧/٩/١٤٣٥ هـ, ١٢:٠٠:٠٠ م توقيت وسط أستراليا الرسمي"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GGGGGyMdEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ ٩ ١٤٢٠ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GGGGGyMdEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ١٢ ١٤٤٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GGGGGyMdEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ ٩ ١٤٣٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ رمضان ١٤٢٠ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ذو الحجة ١٤٤٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ رمضان ١٤٣٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ رمضان ١٤٢٠ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ذو الحجة ١٤٤٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ رمضان ١٤٣٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GGGGGyMdEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ ٩ ١٤٢٠ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GGGGGyMdEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ١٢ ١٤٤٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GGGGGyMdEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ ٩ ١٤٣٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ رمضان ١٤٢٠ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ذو الحجة ١٤٤٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ رمضان ١٤٣٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "السبت، ٢٤ رمضان ١٤٢٠ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "الاثنين، ٢٤ ذو الحجة ١٤٤٥ هـ"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "الثلاثاء، ١٧ رمضان ١٤٣٥ هـ"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "zzzz",
"zoneStyle": "specific",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "توقيت غرينتش"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "zzzz",
"zoneStyle": "specific",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "توقيت وسط أستراليا الصيفي"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "VVVV",
"zoneStyle": "location",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "غرينتش"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "VVVV",
"zoneStyle": "location",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "توقيت أديليد"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "vvvv",
"zoneStyle": "generic",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "توقيت غرينتش"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "vvvv",
"zoneStyle": "generic",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "توقيت وسط أستراليا"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "O",
"zoneStyle": "offset",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "غرينتش"
},
{
"semanticSkeleton": "Z",
"classicalSkeleton": "O",
"zoneStyle": "offset",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "غرينتش+١٠:٣٠"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsz",
"zoneStyle": "specific",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsz",
"zoneStyle": "specific",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص غرينتش+١٠:٣٠"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsz",
"zoneStyle": "specific",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsz",
"zoneStyle": "specific",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص غرينتش+١٠:٣٠"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsVVVV",
"zoneStyle": "location",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsVVVV",
"zoneStyle": "location",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص توقيت أديليد"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsVVVV",
"zoneStyle": "location",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsVVVV",
"zoneStyle": "location",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص توقيت أديليد"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsv",
"zoneStyle": "generic",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "Mdjmsv",
"zoneStyle": "generic",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص توقيت أديليد"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsv",
"zoneStyle": "generic",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsv",
"zoneStyle": "generic",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص توقيت أديليد"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsO",
"zoneStyle": "offset",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "short",
"classicalSkeleton": "MdjmsO",
"zoneStyle": "offset",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤/٩، ١٢:٠٠:٠٠ ص غرينتش+١٠:٣٠"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsO",
"zoneStyle": "offset",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص غرينتش"
},
{
"semanticSkeleton": "MDTZ",
"semanticSkeletonLength": "long",
"classicalSkeleton": "MMMMdjmsO",
"zoneStyle": "offset",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "٢٤ رمضان، ١٢:٠٠:٠٠ ص غرينتش+١٠:٣٠"
},
{
"semanticSkeleton": "M",
"semanticSkeletonLength": "long",
"classicalSkeleton": "LLLL",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "رمضان"
},
{
"semanticSkeleton": "M",
"semanticSkeletonLength": "long",
"classicalSkeleton": "LLLL",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "ذو الحجة"
},
{
"semanticSkeleton": "M",
"semanticSkeletonLength": "long",
"classicalSkeleton": "LLLL",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "رمضان"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "jms",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "jms",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٨:٥٠:٠٧ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "jms",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ م"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٨:٥٠:٠٧ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "short",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ م"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٨:٥٠:٠٧ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ م"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٨:٥٠:٠٧ ص"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "hms",
"hourCycle": "H12",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠ م"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "Hms",
"hourCycle": "H23",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "٠٠:٠٠:٠٠"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "Hms",
"hourCycle": "H23",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "٠٨:٥٠:٠٧"
},
{
"semanticSkeleton": "T",
"semanticSkeletonLength": "long",
"classicalSkeleton": "Hms",
"hourCycle": "H23",
"calendar": "islamic-civil",
"locale": "ar-SA",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "١٢:٠٠:٠٠"
},
{
"timeLength": "short",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "00:00"
},
{
"timeLength": "short",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "08:50"
},
{
"timeLength": "short",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "12:00"
},
{
"dateLength": "medium",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1 ม.ค. 2543"
},
{
"dateLength": "medium",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "1 ก.ค. 2567"
},
{
"dateLength": "medium",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "15 ก.ค. 2557"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "วันเสาร์ที่ 1 มกราคม พ.ศ. 2543 เวลา 00:00"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "วันจันทร์ที่ 1 กรกฎาคม พ.ศ. 2567 เวลา 08:50"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "วันอังคารที่ 15 กรกฎาคม พ.ศ. 2557 เวลา 12:00"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "วันเสาร์ที่ 1 มกราคม พ.ศ. 2543 00:00"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "วันจันทร์ที่ 1 กรกฎาคม พ.ศ. 2567 08:50"
},
{
"dateLength": "full",
"timeLength": "short",
"dateTimeFormatType": "standard",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "วันอังคารที่ 15 กรกฎาคม พ.ศ. 2557 12:00"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "1/1/43 0 นาฬิกา 00 นาที 00 วินาที เวลามาตรฐานกรีนิช"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "1/1/43 0 นาฬิกา 00 นาที 00 วินาที เวลาออมแสงทางตอนกลางของออสเตรเลีย"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "1/7/67 8 นาฬิกา 50 นาที 07 วินาที เวลามาตรฐานกรีนิช"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07+09:30[Australia/Adelaide]",
"expected": "1/7/67 8 นาฬิกา 50 นาที 07 วินาที เวลามาตรฐานทางตอนกลางของออสเตรเลีย"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "15/7/57 12 นาฬิกา 00 นาที 00 วินาที เวลามาตรฐานกรีนิช"
},
{
"dateLength": "short",
"timeLength": "full",
"dateTimeFormatType": "atTime",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00+09:30[Australia/Adelaide]",
"expected": "15/7/57 12 นาฬิกา 00 นาที 00 วินาที เวลามาตรฐานทางตอนกลางของออสเตรเลีย"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "yyMdEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "ส. 1/1/43"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "yyMdEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "จ. 1/7/67"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "yyMdEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "อ. 15/7/57"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "yMMMdEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "ส. 1 ม.ค. 2543"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "yMMMdEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "จ. 1 ก.ค. 2567"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "yMMMdEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "อ. 15 ก.ค. 2557"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "yMMMMdEEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "วันเสาร์ที่ 1 มกราคม 2543"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "yMMMMdEEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "วันจันทร์ที่ 1 กรกฎาคม 2567"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "yMMMMdEEEE",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "วันอังคารที่ 15 กรกฎาคม 2557"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GyMdEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "ส. 1 1 พ.ศ. 2543"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GyMdEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "จ. 1 7 พ.ศ. 2567"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "short",
"classicalSkeleton": "GyMdEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "อ. 15 7 พ.ศ. 2557"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "ส. 1 ม.ค. พ.ศ. 2543"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "จ. 1 ก.ค. พ.ศ. 2567"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "medium",
"classicalSkeleton": "GyMMMdEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "อ. 15 ก.ค. พ.ศ. 2557"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "วันเสาร์ที่ 1 มกราคม พ.ศ. 2543"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2024-07-01T08:50:07Z[Etc/GMT]",
"expected": "วันจันทร์ที่ 1 กรกฎาคม พ.ศ. 2567"
},
{
"semanticSkeleton": "YMDE",
"semanticSkeletonLength": "long",
"classicalSkeleton": "GyMMMMdEEEE",
"yearStyle": "with_era",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2014-07-15T12:00Z[Etc/GMT]",
"expected": "วันอังคารที่ 15 กรกฎาคม พ.ศ. 2557"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "zzzz",
"zoneStyle": "specific",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00Z[Etc/GMT]",
"expected": "เวลามาตรฐานกรีนิช"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "zzzz",
"zoneStyle": "specific",
"calendar": "buddhist",
"locale": "th-TH",
"input": "2000-01-01T00:00+10:30[Australia/Adelaide]",
"expected": "เวลาออมแสงทางตอนกลางของออสเตรเลีย"
},
{
"semanticSkeleton": "Z",
"semanticSkeletonLength": "long",
"classicalSkeleton": "VVVV",
"zoneStyle": "location",
"calendar": "