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