forked from github/pelican
Add timezone to datetime objects. Refs #962.
Based on https://github.com/getpelican/pelican/pull/977, but it adds timezone information before formatting. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
parent
8d14872700
commit
2c50ccb764
92 changed files with 259 additions and 247 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<article>
|
||||
<h1 class="entry-title"><a href="/filename_metadata-example.html">FILENAME_METADATA example</a></h1>
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2012-11-30T00:00:00">
|
||||
<abbr class="published" title="2012-11-30T00:00:00+00:00">
|
||||
Published: Fri 30 November 2012
|
||||
</abbr>
|
||||
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2012-02-29T00:00:00">
|
||||
<abbr class="published" title="2012-02-29T00:00:00+00:00">
|
||||
Published: Wed 29 February 2012
|
||||
</abbr>
|
||||
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2011-04-20T00:00:00">
|
||||
<abbr class="published" title="2011-04-20T00:00:00+00:00">
|
||||
Published: Wed 20 April 2011
|
||||
</abbr>
|
||||
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2011-02-17T00:00:00">
|
||||
<abbr class="published" title="2011-02-17T00:00:00+00:00">
|
||||
Published: Thu 17 February 2011
|
||||
</abbr>
|
||||
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2011-02-17T00:00:00">
|
||||
<abbr class="published" title="2011-02-17T00:00:00+00:00">
|
||||
Published: Thu 17 February 2011
|
||||
</abbr>
|
||||
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2011-02-17T00:00:00">
|
||||
<abbr class="published" title="2011-02-17T00:00:00+00:00">
|
||||
Published: Thu 17 February 2011
|
||||
</abbr>
|
||||
|
||||
|
|
@ -154,11 +154,11 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2010-12-02T10:14:00">
|
||||
<abbr class="published" title="2010-12-02T10:14:00+00:00">
|
||||
Published: Thu 02 December 2010
|
||||
</abbr>
|
||||
<br />
|
||||
<abbr class="modified" title="2013-11-17T23:29:00">
|
||||
<abbr class="modified" title="2013-11-17T23:29:00+00:00">
|
||||
Updated: Sun 17 November 2013
|
||||
</abbr>
|
||||
|
||||
|
|
@ -182,7 +182,7 @@ as well as <strong>inline markup</strong>.</p>
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2010-10-20T10:14:00">
|
||||
<abbr class="published" title="2010-10-20T10:14:00+00:00">
|
||||
Published: Wed 20 October 2010
|
||||
</abbr>
|
||||
|
||||
|
|
@ -210,7 +210,7 @@ YEAH !</p>
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2010-10-15T20:30:00">
|
||||
<abbr class="published" title="2010-10-15T20:30:00+00:00">
|
||||
Published: Fri 15 October 2010
|
||||
</abbr>
|
||||
|
||||
|
|
@ -240,7 +240,7 @@ pelican.conf, it ...</p></div>
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2010-03-14T00:00:00">
|
||||
<abbr class="published" title="2010-03-14T00:00:00+00:00">
|
||||
Published: Sun 14 March 2010
|
||||
</abbr>
|
||||
|
||||
|
|
@ -272,4 +272,4 @@ pelican.conf, it ...</p></div>
|
|||
</footer><!-- /#contentinfo -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue