Skip to content

Commit

Permalink
Merge pull request #44 from glennjones/master
Browse files Browse the repository at this point in the history
Corrected timezone hcalendar
  • Loading branch information
glennjones committed Sep 9, 2015
2 parents 9f7b024 + 3c532e1 commit 6aa36e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Glenn Jones",
"name": "microformat-tests",
"description": "A microformat 2 testsuite",
"version": "0.1.22",
"version": "0.1.23",
"license": "Public Domain",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions tests/microformats-v1/hcalendar/time.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"name": ["The 4th Microformat party"],
"start": [
"2009-06-26 19:00:00-08:00",
"2009-06-26 19:00:00-0800",
"2009-06-26 19:00:00+0800",
"2009-06-26 19:00:00-08:00",
"2009-06-26 19:00:00+08:00",
"2009-06-26 19:00:00Z",
"2009-06-26 19:00:00",
"2009-06-26 19:00-08:00",
Expand Down

0 comments on commit 6aa36e1

Please sign in to comment.