Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mismatched dates on Blog URL generation vs serving #153

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

haydngreatnews
Copy link
Member

@haydngreatnews haydngreatnews commented Jul 31, 2024

Because we're using first_published_at we need to be careful of timezones -- as such, we needed to make the URL generation push things into the DEFAULT_TIMEZONE before doing the URL generation

Reported as point 12 in doc

Blog Posts: Many have 404 errors when you click on the tile to open them. (We’re recording all the instances)

Because we're using `first_published_at` we need to be careful of timezones --
as such, we needed to make the URL generation push things into the
DEFAULT_TIMEZONE before doing the URL generation
@haydngreatnews haydngreatnews merged commit 934c34a into main Aug 1, 2024
3 of 5 checks passed
@haydngreatnews haydngreatnews deleted the fix/blog-urls branch August 1, 2024 03:31
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