generated from tc39/template-for-proposals
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspec.emu
21 lines (18 loc) · 897 Bytes
/
spec.emu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<meta charset="utf8">
<link rel="stylesheet" href="./spec.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
<script src="./spec.js"></script>
<pre class="metadata">
title: Intl ZonedDateTimeFormat Proposal
stage: 0
copyright: true
contributors: Google, Ecma International
</pre>
<emu-intro id="sec-intro">
<h1>Introduction</h1>
<p>This proposal propose a new Intl object Intl.ZonedDateTime format to format Temporal.ZonedDateTime objects and enhance Intl.DateTimeFormat by adding a new function to return a Intl.ZonedDateTimeFormat from information stored its internal slots.</p>
See <a href="https://github.com/FrankYFTang/intl-zoneddatetimeformat">the README</a> for more context.</p>
</emu-intro>
<emu-biblio href="./biblio.json"></emu-biblio>
<emu-import href="./zoneddatetimeformat.html"></emu-import>