Skip to content

Conversation

@joshuanapoli
Copy link
Member

@joshuanapoli joshuanapoli commented Nov 14, 2025

Summary

  • Fix timezone related problem with rendering dates
  • Updated GitHub Actions workflows to use ubuntu-24.04 runner
  • Install yarn zero-installs mode

Test plan

  • Verify CI passes on ubuntu-24.04

- Update GitHub Actions workflows to use ubuntu-24.04 runner
- Add/update [project] table in pyproject.toml where applicable

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@joshuanapoli joshuanapoli self-assigned this Nov 14, 2025
@gemini-code-assist
Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Date-only strings like "2024-10-01" were being parsed as UTC midnight and
then converted to local timezone, causing dates to shift to the previous
day in USA timezones. Added timeZone: "UTC" to toLocaleDateString to ensure
dates display correctly regardless of user timezone.

Also added unit test to verify date-only strings format correctly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@joshuanapoli joshuanapoli requested a review from alok27a November 14, 2025 23:57
@joshuanapoli joshuanapoli changed the title [PD1-242] Update Ubuntu Version and [project] table [PD1-242] Fix timezone related problem with rendering dates Nov 14, 2025
@joshuanapoli joshuanapoli changed the title [PD1-242] Fix timezone related problem with rendering dates [PD1-242] Updated GitHub Actions workflows to use ubuntu-24.04 runner Nov 14, 2025
Copy link

@CharlesKleeven CharlesKleeven left a comment

Choose a reason for hiding this comment

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

Thank you!

@joshuanapoli joshuanapoli merged commit 96b9dee into main Nov 21, 2025
1 check passed
@joshuanapoli joshuanapoli deleted the jn/project branch November 21, 2025 00:40
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.

3 participants