scheduledTimestamp: formatTimestampToDatetime()

in server/middleware/grpc-client/format-response/format-response-describe-workflow.js [103:113]


        scheduledTimestamp: formatTimestampToDatetime(
          pendingDecision.scheduledTime
        ),
        startedTimestamp: formatTimestampToDatetime(
          pendingDecision.startedTime
        ),
        state: formatEnum(pendingDecision.state, 'PENDING_DECISION_STATE'),
      }
    : null,
  workflowExecutionInfo: workflowExecutionInfo
    ? {