1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2024 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5SPDX-License-Identifier: Unicode-3.0 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7--> 8<ldml> 9 <identity> 10 <version number="$Revision$"/> 11 <language type="en"/> 12 <territory type="IL"/> 13 </identity> 14 <dates> 15 <calendars> 16 <calendar type="generic"> 17 <dateTimeFormats> 18 <availableFormats> 19 <dateFormatItem id="EHm">E H:mm</dateFormatItem> 20 <dateFormatItem id="EHms">E H:mm:ss</dateFormatItem> 21 <dateFormatItem id="H">H</dateFormatItem> 22 <dateFormatItem id="Hm">H:mm</dateFormatItem> 23 <dateFormatItem id="Hms">H:mm:ss</dateFormatItem> 24 </availableFormats> 25 </dateTimeFormats> 26 </calendar> 27 <calendar type="gregorian"> 28 <timeFormats> 29 <timeFormatLength type="full"> 30 <timeFormat> 31 <pattern>H:mm:ss zzzz</pattern> 32 <datetimeSkeleton>Hmmsszzzz</datetimeSkeleton> 33 </timeFormat> 34 </timeFormatLength> 35 <timeFormatLength type="long"> 36 <timeFormat> 37 <pattern>H:mm:ss z</pattern> 38 <datetimeSkeleton>Hmmssz</datetimeSkeleton> 39 </timeFormat> 40 </timeFormatLength> 41 <timeFormatLength type="medium"> 42 <timeFormat> 43 <pattern>H:mm:ss</pattern> 44 <datetimeSkeleton>Hmmss</datetimeSkeleton> 45 </timeFormat> 46 </timeFormatLength> 47 <timeFormatLength type="short"> 48 <timeFormat> 49 <pattern>H:mm</pattern> 50 <datetimeSkeleton>Hmm</datetimeSkeleton> 51 </timeFormat> 52 </timeFormatLength> 53 </timeFormats> 54 <dateTimeFormats> 55 <availableFormats> 56 <dateFormatItem id="EHm">E H:mm</dateFormatItem> 57 <dateFormatItem id="EHms">E H:mm:ss</dateFormatItem> 58 <dateFormatItem id="H">H</dateFormatItem> 59 <dateFormatItem id="Hm">H:mm</dateFormatItem> 60 <dateFormatItem id="Hms">H:mm:ss</dateFormatItem> 61 </availableFormats> 62 </dateTimeFormats> 63 </calendar> 64 </calendars> 65 </dates> 66</ldml> 67