|
Last change
on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
630 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = utcTime;
|
|---|
| 7 | var _index = require("../../../lib-vendor/d3-time/src/index.js");
|
|---|
| 8 | var _index2 = require("../../../lib-vendor/d3-time-format/src/index.js");
|
|---|
| 9 | var _time = require("./time.js");
|
|---|
| 10 | var _init = require("./init.js");
|
|---|
| 11 | function utcTime() {
|
|---|
| 12 | return _init.initRange.apply((0, _time.calendar)(_index.utcTicks, _index.utcTickInterval, _index.utcYear, _index.utcMonth, _index.utcWeek, _index.utcDay, _index.utcHour, _index.utcMinute, _index.utcSecond, _index2.utcFormat).domain([Date.UTC(2000, 0, 1), Date.UTC(2000, 0, 2)]), arguments);
|
|---|
| 13 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.