File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const INVOICE_STATUS = {
25
25
} ;
26
26
const CANCELLED_STATUS = - 1 ;
27
27
const DATE_TIME_FORMAT_PATTERN = 'LLLL' ;
28
- const UTC_DATE_TIME_FORMAT = 'YYYY-MM-DDThh:mm:ss ' ;
28
+ const UTC_DATE_TIME_FORMAT = 'YYYY-MM-DDThh:mm:ssZ ' ;
29
29
const INVOICE_ITEMS_COLUMNS = [
30
30
{
31
31
title : 'Track name' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const moment = require("moment");
4
4
const LEVERAGE_DURATION = 1 ; // in hours. should be the same in the frontend
5
5
const CANCEL_STATUS = - 1 ;
6
6
const SHIPPED_STATUS = 1 ;
7
- const UTC_DATE_TIME_FORMAT = "YYYY-MM-DDThh:mm:ss " ;
7
+ const UTC_DATE_TIME_FORMAT = "YYYY-MM-DDThh:mm:ssZ " ;
8
8
9
9
function roundNumber ( num ) {
10
10
return Math . round ( ( num + Number . EPSILON ) * 100 ) / 100 ;
You can’t perform that action at this time.
0 commit comments