Skip to content

Commit

Permalink
Added format Z format and fixed peru issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorhakes committed Feb 10, 2020
1 parent 2f20226 commit a844d40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,14 @@ format(new Date(2014, 5, 6, 14, 10, 45), 'myMask'); // '14:10:45 14/06/06'
<td>0 1 ... 998 999</td>
</tr>
<tr>
<td><b>Timezone</b></td>
<td><b>Timezone with colon</b></td>
<td>ZZ</td>
<td>
-07:00 -06:00 ... +06:00 +07:00
</td>
</tr>
<tr>
<td><b>Timezone without colon</b></td>
<td>ZZ</td>
<td>
-0700 -0600 ... +0600 +0700
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fecha",
"version": "4.0.0",
"version": "4.1.0",
"description": "Date formatting and parsing",
"main": "lib/fecha.umd.js",
"module": "lib/fecha.js",
Expand Down

0 comments on commit a844d40

Please sign in to comment.