Frontmatter
| id | 8532 |
| title | [AI] Add Time Precision to Issue Timeline Events |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 11, 2026, 1:26 AM |
| updatedAt | Jan 11, 2026, 1:32 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8532 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 11, 2026, 1:32 AM |
[AI] Add Time Precision to Issue Timeline Events
tobiu assigned to @tobiu on Jan 11, 2026, 1:28 AM

tobiu
Jan 11, 2026, 1:31 AM
Input from Gemini 3 Pro:
✦ I have updated
IssueSyncer.mjsto use the rawcreatedAttimestamp (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
The
IssueSyncercurrently 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:
IssueSyncer.mjs.createdAtISO string (UTC).YYYY-MM-DD HH:mm.