Skip to content

Commit 79ef8ba

Browse files
committed
cleanup
1 parent e9848a5 commit 79ef8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/conductor_protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func formatListWorkflowsResponseBody(wf WorkflowStatus) listWorkflowsConductorRe
141141
output.Error = &errorStr
142142
}
143143

144-
// Convert timestamps to RFC3339 strings
144+
// Convert timestamps to unix epochs
145145
if !wf.CreatedAt.IsZero() {
146146
createdStr := strconv.FormatInt(wf.CreatedAt.UnixMilli(), 10)
147147
output.CreatedAt = &createdStr

0 commit comments

Comments
 (0)