corrected typo
This commit is contained in:
parent
88724805df
commit
a0be34da39
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user