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
|
|
@ -38,11 +38,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+01:00">
|
||||
Published: 02 décembre 2010
|
||||
</abbr>
|
||||
<br />
|
||||
<abbr class="modified" title="2013-11-17T23:29:00">
|
||||
<abbr class="modified" title="2013-11-17T23:29:00+01:00">
|
||||
Updated: 17 novembre 2013
|
||||
</abbr>
|
||||
|
||||
|
|
@ -126,4 +126,4 @@
|
|||
}());
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<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+02:00">
|
||||
Published: 15 octobre 2010
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<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+02:00">
|
||||
Published: 20 octobre 2010
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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+02:00">
|
||||
Published: 20 avril 2011
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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+01:00">
|
||||
Published: 17 février 2011
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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+01:00">
|
||||
Published: 17 février 2011
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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+01:00">
|
||||
Published: 17 février 2011
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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+01:00">
|
||||
Published: 29 février 2012
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="2012-11-30T00:00:00">
|
||||
<abbr class="published" title="2012-11-30T00:00:00+01:00">
|
||||
Published: 30 novembre 2012
|
||||
</abbr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue