(date)
| 8223 | return date - d0 < d1 - date ? d0 : d1; |
| 8224 | } |
| 8225 | function ceil(date) { |
| 8226 | step(date = local(new d3_time(date - 1)), 1); |
| 8227 | return date; |
| 8228 | } |
| 8229 | function offset(date, k) { |
| 8230 | step(date = new d3_time(+date), k); |
| 8231 | return date; |
no test coverage detected