(num)
| 1962 | $def($def.S, 'Date', {now: function(){ return +new Date; }}); |
| 1963 | |
| 1964 | var lz = function(num){ |
| 1965 | return num > 9 ? num : '0' + num; |
| 1966 | }; |
| 1967 | |
| 1968 | // 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString() |
| 1969 | // PhantomJS and old webkit had a broken Date implementation. |