projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
aae117e769b52c9a7352478afe40fc65d085bf4f
[platform/framework/web/crosswalk-tizen.git]
/
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
};