projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b4a81bef6d0850502d3c7d34c6815766ad68671e
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
a(t.call(new Date(2000, 0, 15, 13, 32, 34, 234)).valueOf(),
5
new Date(2000, 0, 1).valueOf());
6
};