We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9848a5 commit 79ef8baCopy full SHA for 79ef8ba
dbos/conductor_protocol.go
@@ -141,7 +141,7 @@ func formatListWorkflowsResponseBody(wf WorkflowStatus) listWorkflowsConductorRe
141
output.Error = &errorStr
142
}
143
144
- // Convert timestamps to RFC3339 strings
+ // Convert timestamps to unix epochs
145
if !wf.CreatedAt.IsZero() {
146
createdStr := strconv.FormatInt(wf.CreatedAt.UnixMilli(), 10)
147
output.CreatedAt = &createdStr
0 commit comments