startTime: formatTimestampToDatetime()

in server/middleware/grpc-client/format-response/format-response-workflow-list.js [48:53]


      startTime: formatTimestampToDatetime(startTime),
      taskList: taskList
        ? {
            kind: formatEnum(taskList?.kind, 'TASK_LIST_KIND'),
            name: taskList?.name || null,
          }