mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
'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());
|
|
};
|