mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +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, 5, 13, 13, 32, 34, 234)).valueOf(), new Date(2000, 0, 1).valueOf());
|
|
};
|