Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit c60eb3b

Browse files
authored
Merge pull request #59 from dhruv0000/master
Formatting time response to RFC3339
2 parents 03f66ed + 0d55ef5 commit c60eb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osm/smi/smi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (test *SmiTest) Run(labels, annotations map[string]string) (Response, error
9494

9595
response := Response{
9696
Id: test.id,
97-
Date: time.Now().String(),
97+
Date: time.Now().Format(time.RFC3339),
9898
MeshName: test.adaptorName,
9999
MeshVersion: test.adaptorVersion,
100100
CasesPassed: "0",

0 commit comments

Comments
 (0)