Optimize for V8

This commit is contained in:
B~Vladi 2014-05-10 23:49:17 +04:00
parent b163521428
commit 4090402e2b

View file

@ -82,7 +82,7 @@
_date = dateToUTC(_date); _date = dateToUTC(_date);
} }
/*if (_timeZone) { if (_timeZone) {
// ISO 8601 format timezone string, [-+]HHMM // ISO 8601 format timezone string, [-+]HHMM
// Convert to the number of minutes and it'll be applied to the date below. // Convert to the number of minutes and it'll be applied to the date below.
if (tzType === 'string') { if (tzType === 'string') {
@ -94,7 +94,7 @@
} }
_date = new Date(_date.getTime() + (_timeZone * 60000)); _date = new Date(_date.getTime() + (_timeZone * 60000));
}*/ }
// Most of the specifiers supported by C's strftime, and some from Ruby. // Most of the specifiers supported by C's strftime, and some from Ruby.
// Some other syntax extensions from Ruby are supported: %-, %_, and %0 // Some other syntax extensions from Ruby are supported: %-, %_, and %0