Skip to content

Commit

Permalink
Fix invalid octal number
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jun 19, 2014
1 parent 6a831a4 commit 35c0d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/moment/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ exports.create = {
},

"parsing iso" : function (test) {
var offset = moment([2011, 9, 08]).zone(),
var offset = moment([2011, 9, 8]).zone(),
pad = function (input) {
if (input < 10) {
return '0' + input;
Expand Down

0 comments on commit 35c0d23

Please sign in to comment.