Skip to content

fix(frontend-pipe): fix timezone mismatch in TimeAgoPipe by enforcing UTC parsing#286

Merged
Riomalos-ZyrrahFeil merged 1 commit intodevelopfrom
fix/timezone
Jan 9, 2026
Merged

fix(frontend-pipe): fix timezone mismatch in TimeAgoPipe by enforcing UTC parsing#286
Riomalos-ZyrrahFeil merged 1 commit intodevelopfrom
fix/timezone

Conversation

@Riomalos-ZyrrahFeil
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ AI Code Analysis: I found some potential issues for you to review.


try {
const dateString = typeof value === 'string'
&& !value.includes('Z')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Indentation: When splitting elements to multiple lines, continuation lines must be indented by at least a double tab (e.g., 8 spaces relative to the start of the const declaration), as per AppDev Coding Guidelines. This line is currently only single-tab indented relative to the const.

              && !value.includes('Z')

try {
const dateString = typeof value === 'string'
&& !value.includes('Z')
&& !value.includes('+')
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Indentation: When splitting elements to multiple lines, continuation lines must be indented by at least a double tab (e.g., 8 spaces relative to the start of the const declaration), as per AppDev Coding Guidelines. This line is currently only single-tab indented relative to the const.

              && !value.includes('+') 

@Riomalos-ZyrrahFeil Riomalos-ZyrrahFeil merged commit 2b02eef into develop Jan 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants