Home | History | Annotate | Download | only in date-format

Lines Matching full:intl

30 var df = Intl.DateTimeFormat();
33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'});
36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'});
39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'});
42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'});
46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'});
49 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'});
52 df = Intl.DateTimeFormat(undefined, {timeZone: 'euRope/beLGRade'});
56 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+07:00\'})');
57 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+0700\'})');
58 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT-05:00\'})');
59 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT-0500\'})');
60 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'Etc/GMT+0\'})');
61 assertThrows('Intl.DateTimeFormat(undefined, ' +
65 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'Aurope/Belgrade\'})');