Skip to content

[release-coo-ocp-4.22] OU-1399: pass ISO string to Timestamp component for valid date rendering#969

Merged
PeterYurkovich merged 2 commits into
openshift:release-coo-ocp-4.22from
openshift-cherrypick-robot:cherry-pick-968-to-release-coo-ocp-4.22
Jun 1, 2026
Merged

[release-coo-ocp-4.22] OU-1399: pass ISO string to Timestamp component for valid date rendering#969
PeterYurkovich merged 2 commits into
openshift:release-coo-ocp-4.22from
openshift-cherrypick-robot:cherry-pick-968-to-release-coo-ocp-4.22

Conversation

@openshift-cherrypick-robot
Copy link
Copy Markdown

This is an automated cherry-pick of #968

/assign PeterYurkovich

tremes added 2 commits June 1, 2026 20:04
String(epochMs) produces a numeric string that new Date() cannot parse,
resulting in Invalid Date and "-" displayed in the Start/End columns.
Convert to ISO 8601 format via toISOString() instead.

Signed-off-by: Tomáš Remeš <tremes@redhat.com>
Assisted-by: Claude Code:claude-opus-4-6
Guard against null/undefined/NaN/zero timestamp values that would
cause toISOString() to throw or render epoch (1970) dates. Show
'---' fallback instead, consistent with unresolved End timestamps.

Signed-off-by: Tomáš Remeš <tremes@redhat.com>
Assisted-by: Claude Code:claude-opus-4-6
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Jun 1, 2026

@openshift-cherrypick-robot: Ignoring requests to cherry-pick non-bug issues: OU-1399

Details

In response to this:

This is an automated cherry-pick of #968

/assign PeterYurkovich

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot requested review from etmurasaki and jgbernalp June 1, 2026 20:05
@PeterYurkovich
Copy link
Copy Markdown
Contributor

/lgtm
/label qe-approved

@openshift-ci openshift-ci Bot added the qe-approved Signifies that QE has signed off on this PR label Jun 1, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 1, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Jun 1, 2026

@openshift-cherrypick-robot: This pull request references OU-1399 which is a valid jira issue.

Details

In response to this:

This is an automated cherry-pick of #968

/assign PeterYurkovich

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 1, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 1, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-cherrypick-robot, PeterYurkovich

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 1, 2026
@PeterYurkovich
Copy link
Copy Markdown
Contributor

/override ci/prow/e2e-hypershift-conformance

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 1, 2026

@PeterYurkovich: Overrode contexts on behalf of PeterYurkovich: ci/prow/e2e-hypershift-conformance

Details

In response to this:

/override ci/prow/e2e-hypershift-conformance

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@PeterYurkovich PeterYurkovich merged commit fd40d4f into openshift:release-coo-ocp-4.22 Jun 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants