UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

6 lines (4 loc) 116 B
d3.time.second = function(date) { return new Date(~~(date / 1e3) * 1e3); }; d3.time.second.utc = d3.time.second;