LearnNewsExamplesServices
Frontmatter
id8532
title[AI] Add Time Precision to Issue Timeline Events
stateClosed
labels
enhancementai
assigneestobiu
createdAtJan 11, 2026, 1:26 AM
updatedAtJan 11, 2026, 1:32 AM
githubUrlhttps://github.com/neomjs/neo/issues/8532
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 11, 2026, 1:32 AM

[AI] Add Time Precision to Issue Timeline Events

Closed v11.20.0 enhancementai
tobiu
tobiu commented on Jan 11, 2026, 1:26 AM

The IssueSyncer currently formats timeline events with only the date (YYYY-MM-DD), while comments include the time. This inconsistency makes it difficult to understand the order of operations when multiple events occur on the same day.

Goal: Update the timeline formatting to include timestamps for all event types, ensuring the chronological order is visually preserved in the generated Markdown.

Implementation:

  • Modify IssueSyncer.mjs.
  • Extract HH:mm from the createdAt ISO string (UTC).
  • Format events as YYYY-MM-DD HH:mm.
tobiu added the enhancement label on Jan 11, 2026, 1:26 AM
tobiu added the ai label on Jan 11, 2026, 1:26 AM
tobiu referenced in commit bc5d63a - "feat: Include timestamps in issue timeline events (#8532)" on Jan 11, 2026, 1:27 AM
tobiu assigned to @tobiu on Jan 11, 2026, 1:28 AM
tobiu referenced in commit f701383 - "feat: Use raw ISO timestamp for timeline events (#8532)" on Jan 11, 2026, 1:31 AM
tobiu
tobiu Jan 11, 2026, 1:31 AM

Input from Gemini 3 Pro:

✦ I have updated IssueSyncer.mjs to use the raw createdAt timestamp (ISO 8601) for all timeline events. This allows the Portal App to handle localization and formatting based on user preferences.

tobiu closed this issue on Jan 11, 2026, 1:32 AM