source: Dev/trunk/d3/src/time/second.js @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 116 bytes
Line 
1d3.time.second = function(date) {
2  return new Date(~~(date / 1e3) * 1e3);
3};
4
5d3.time.second.utc = d3.time.second;
Note: See TracBrowser for help on using the repository browser.