fix: calendar reminder timezone handling#210
Closed
realmpastai-web wants to merge 145 commits intoTeamNovaSoft:mainfrom
Closed
fix: calendar reminder timezone handling#210realmpastai-web wants to merge 145 commits intoTeamNovaSoft:mainfrom
realmpastai-web wants to merge 145 commits intoTeamNovaSoft:mainfrom
Conversation
….com/TeamNovaSoft/discord-bot into feat/iss-137/action-all-contributors
….com/TeamNovaSoft/discord-bot into feat/iss-137/action-all-contributors
….com/TeamNovaSoft/discord-bot into feat/iss-137/action-all-contributors
….com/TeamNovaSoft/discord-bot into feat/iss-137/action-all-contributors
….com/TeamNovaSoft/discord-bot into feat/iss-137/action-all-contributors
….com/TeamNovaSoft/discord-bot into feat/iss-137/action-all-contributors
…ate-doc-to-github-webhook Doc/iss 183/create doc to GitHub webhook
…e-user-selector refactor: improve command flow with user selector
…nedTagId fix: check assignedTagId value
…nedTagId fix: log ASSIGN_TASK_FORUM env to check values
…stack-assign-task-command fix: add error stack in object to show in assign task command
…v-proposal-for-point-registration feat: add proposal
…eminder-is-not-timezone-rebase Feat/calendar reminder is not timezone rebase
…-section fix: add default section to show simple descriptions
…l-votation-MessageUpdate Feat/iss 30/poll votation message update
Fixes TeamNovaSoft#109 The issue was that cron expressions were generated using the server's local timezone (getHours/getMinutes), but the CronJob was scheduled with the event's timezone. This caused a mismatch when events were in different timezones than the server. Changes: - Added dateToCronExpressionInTimezone() helper function that uses Intl.DateTimeFormat to extract date components in the event's timezone - Updated scheduleEventNotification() to use the timezone-aware function - Added comprehensive tests for timezone handling Before: Event at 1pm Argentina scheduled reminder for 1pm Colombia (2h late) After: Event at 1pm Argentina correctly schedules reminder for 1pm Argentina
Author
|
/claim #109 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closing to retarget dev branch