Skip to content

Commit

Permalink
remove milisec in datetime string (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Gordon Grund <[email protected]>
  • Loading branch information
ggrund-tsi and ggrund-tsi authored Jun 15, 2021
1 parent a8573e7 commit 78526da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/record-test-cert-data.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const RecordTestCertData = (props: any) => {
tt: testType,
nm: testName && testType === 'LP6464-4' ? testName : undefined,
ma: testManufacturers && testType === 'LP217198-3' ? testManufacturers : undefined,
sc: sampleDateTime!.toISOString(),
sc: moment.utc(sampleDateTime).format(),
tr: testResult,
tc: testCenter,
co: issuerCountryCode,
Expand Down

0 comments on commit 78526da

Please sign in to comment.