fd22b0bf58
V2 (Laravel re-make)
6 lines
147 B
JavaScript
Vendored
6 lines
147 B
JavaScript
Vendored
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
a(t.call(new Date(2000, 5, 13, 13, 32, 34, 234)).valueOf(), new Date(2000, 0, 1).valueOf());
|
|
};
|