mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
a(t.call(new Date(2000, 0, 15, 13, 32, 34, 234)).valueOf(), new Date(2000, 0, 1).valueOf());
|
|
};
|