]> gerrit.simantics Code Review - simantics/district.git/blob - floor-year.js
aae117e769b52c9a7352478afe40fc65d085bf4f
[simantics/district.git] / floor-year.js
1 'use strict';
2
3 module.exports = function (t, a) {
4         a(t.call(new Date(2000, 5, 13, 13, 32, 34, 234)).valueOf(),
5                 new Date(2000, 0, 1).valueOf());
6 };