Skip to content

Commit 0e84807

Browse files
committed
RTSS & Schema dates in UTC
1 parent 70c6f03 commit 0e84807

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"@mongodb-js/compass-query-bar": "^1.0.28",
246246
"@mongodb-js/compass-query-history": "^3.0.2",
247247
"@mongodb-js/compass-server-version": "^2.0.1",
248-
"@mongodb-js/compass-serverstats": "^12.0.3",
248+
"@mongodb-js/compass-serverstats": "^12.1.0",
249249
"@mongodb-js/compass-ssh-tunnel-status": "^2.0.0",
250250
"@mongodb-js/compass-status": "^3.0.2",
251251
"ampersand-collection": "^1.5.0",

src/internal-plugins/schema/lib/d3/date.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const minicharts_d3fns_date = function() {
3838
const weekdayLabels = moment.weekdays();
3939

4040
// A formatter for dates
41-
const format = d3.time.format('%Y-%m-%d %H:%M:%S');
41+
const format = d3.time.format.utc('%Y-%m-%d %H:%M:%S');
4242

4343
const margin = shared.margin;
4444
const barcodeX = d3.time.scale();

0 commit comments

Comments
 (0)