+2
-2
@@ -11,3 +11,3 @@ /** | ||
| Number(match[1]), // year | ||
| Number(match[3]) - 1 || 0, // month | ||
| (Number(match[3]) - 1) || 0, // month | ||
| Number(match[5]) || 0, // day | ||
@@ -30,3 +30,3 @@ Number(match[7]) || 0, // hour | ||
| date = new Date(date.valueOf() + offset); | ||
| date = new Date(date.valueOf() - offset); | ||
| } | ||
@@ -33,0 +33,0 @@ |
+1
-1
@@ -1,2 +0,2 @@ | ||
| Copyright © 2011-2012 Paul Vorbach | ||
| Copyright © 2011-2013 Paul Vorbach | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
+1
-1
| { | ||
| "name": "isodate", | ||
| "description": "JavaScript ISO 8601 date/time parser", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
+1
-1
@@ -43,3 +43,3 @@ isodate | ||
| Copyright © 2011-2012 Paul Vorbach | ||
| Copyright © 2011-2013 Paul Vorbach | ||
@@ -46,0 +46,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
4353
0.05%