Skip to content

Fix comment history#13822

Merged
dylanjeffers merged 2 commits intomainfrom
fix-comment-history
Mar 5, 2026
Merged

Fix comment history#13822
dylanjeffers merged 2 commits intomainfrom
fix-comment-history

Conversation

@dylanjeffers
Copy link
Contributor

@dylanjeffers dylanjeffers commented Mar 5, 2026

Note

Medium Risk
Touches shared time utilities and SDK adapters, so subtle formatting/timezone behavior could change across the app; scope is small and largely import-level, but widely used.

Overview
Standardizes date/time handling by switching multiple modules from direct dayjs imports to the shared configured ~/utils/dayjs (and @audius/common/utils in web), ensuring required plugins (UTC/timezone/duration/advancedFormat) are consistently available.

Removes ad-hoc advancedFormat plugin extension from timeUtil.ts and relies on the centralized dayjs setup; updates comment history to use the common dayjs and parse createdAt via dayjs.utc(...) for timestamps.

Written by Cursor Bugbot for commit 7659201. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Mar 5, 2026

⚠️ No Changeset found

Latest commit: 7659201

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dylanjeffers dylanjeffers merged commit 0969af4 into main Mar 5, 2026
13 checks passed
@dylanjeffers dylanjeffers deleted the fix-comment-history branch March 5, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant