From 96c15a4b056420cce364433aa1f7a09bb22f077a Mon Sep 17 00:00:00 2001 From: Pavel Tarnopolsky Date: Mon, 2 Feb 2026 14:09:50 +0200 Subject: [PATCH] feat: use relative-time element for PR timestamp localization Update PR description workflow to use GitHub's element instead of static UTC timestamps. This provides automatic timezone localization for all viewers. Changes: - Update timestamp format from "YYYY-MM-DD HH:MM UTC" to ISO 8601 - Wrap timestamp in HTML element - Viewers now see relative time ("2 hours ago") with exact localized time on hover Fixes #175 Co-Authored-By: Claude Sonnet 4.5 --- .github/workflows/pr-description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-description.yml b/.github/workflows/pr-description.yml index 0a0113dd..e5c331b0 100644 --- a/.github/workflows/pr-description.yml +++ b/.github/workflows/pr-description.yml @@ -78,7 +78,7 @@ jobs: > [Any additional context, or "None"] > > --- - > 🤖 Generated by Claude | [current UTC timestamp in format: YYYY-MM-DD HH:MM UTC] + > 🤖 Generated by Claude | GUIDELINES FOR FILLING THE TEMPLATE: - Check [x] the appropriate "Type of Change" based on what the code does