corrected typo

This commit is contained in:
Alexander Sulfrian 2011-02-07 12:46:08 +01:00
parent 88724805df
commit a0be34da39

View File

@ -35,7 +35,7 @@ p.parseDate = function(value) {
mili = 1000 * this.parseFloat(miliString);
}
var tZone = /([Z|+\-])(\d{2})?(\d{2})?/.exec(isoDate.split(' ')[1]);
var tZone = /([Z|+\-])(\d{2})?(\d{2})?/.exec(value.split(' ')[1]);
//minutes to adjust for timezone
var tzAdjust = 0;