Skip to content

Timezone Handling Fix – In Progress#302

Draft
zainforbjs wants to merge 1 commit intomainfrom
fix/blogs-timezone
Draft

Timezone Handling Fix – In Progress#302
zainforbjs wants to merge 1 commit intomainfrom
fix/blogs-timezone

Conversation

@zainforbjs
Copy link
Collaborator

Summary

Working on standardizing blog date handling. Current implementation persists dates in UTC and attempts to render in the user’s local timezone.


Known Issues / TODO

  • DST and historical date handling are incorrect; manual UTC offset breaks for past dates.
  • datetime-local inputs risk double conversion on edit.
  • Frontend JS parsing may treat UTC strings as local time if the format is wrong.
  • Old posts are not normalised; mixed local values exist.

Status

  • Backend save/update logic implemented.
  • Frontend conversion partially implemented.
  • Further testing and verification in progress.

@zainforbjs zainforbjs marked this pull request as draft February 18, 2026 15:02
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.

1 participant

Comments