Skip to content

Commit

Permalink
qa-floating-times, markup fixes (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Jun 4, 2021
1 parent ed61b6b commit 64c3728
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions questions/qa-floating-times.en.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>Floating times</title>
<meta name="description" content="What is a 'floating time' and how do I handle floating times in my Web application?" />
<script type="text/javascript">
<script>
var f = { }

// AUTHORS should fill in these assignments:
Expand Down Expand Up @@ -32,11 +32,11 @@

f.additionalLinks = ''
</script>
<script type="text/javascript" src="qa-floating-times-data/translations.js"> </script>
<script type="text/javascript" src="../javascript/doc-structure/article-dt.js"> </script>
<script type="text/javascript" src="../javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
<script type="text/javascript" src="../javascript/doc-structure/article.js"> </script>
<script type="text/javascript" src="../javascript/articletoc-html5.js"></script>
<script src="qa-floating-times-data/translations.js"> </script>
<script src="../javascript/doc-structure/article-dt.js"> </script>
<script src="../javascript/boilerplate-text/boilerplate-en.js"></script><!--TRANSLATORS must change -en to the subtag for their language!-->
<script src="../javascript/doc-structure/article.js"> </script>
<script src="../javascript/articletoc-html5.js"></script>
<link rel="stylesheet" href="../style/article-2016.css" type="text/css" />
<link rel="copyright" href="#copyright"/>
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
Expand Down Expand Up @@ -236,6 +236,7 @@ <h3>How to handle floating times</h3>

<p>Ultimately, Web developers need to remain aware of the use of incremental times in the underlying APIs. Using floating or "local" time formats is one way to accmoplish this. Or developers can use UTC or a consistent local time offset for floating time values to allow these values to be processed and displayed consistently.</p>

</section>
<section>
<h2 id="endlinks"><a href="#endlinks">Further reading</a></h2>
<aside class="section" id="survey"> </aside><script>document.getElementById('survey').innerHTML = g.survey</script>
Expand All @@ -254,7 +255,7 @@ <h2 id="endlinks"><a href="#endlinks">Further reading</a></h2>
</ul>
</section>

<footer id="thefooter"></footer><script type="text/javascript">document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
<script type="text/javascript">completePage()</script>
<footer id="thefooter"></footer><script>document.getElementById('thefooter').innerHTML = g.bottomOfPage</script>
<script>completePage()</script>
</body>
</html>

0 comments on commit 64c3728

Please sign in to comment.