fix: correct PST to PDT timezone and normalize GitHub URL casing - #2291
Open
r4-rahul123 wants to merge 1 commit into
Open
fix: correct PST to PDT timezone and normalize GitHub URL casing#2291r4-rahul123 wants to merge 1 commit into
r4-rahul123 wants to merge 1 commit into
Conversation
- governance.md: during daylight saving time the US Pacific zone is PDT (UTC-7), not PST (UTC-8). The time listed (7:30am) matches PDT, so fix the label accordingly. - SECURITY.md: use lowercase 'flatcar' in GitHub org URL for consistency with the rest of the repository. Signed-off-by: Rahul Kumar <rahul9199140817@gmail.com>
Contributor
|
@r4-rahul123 Thanks, the PDT correction is right and worth taking. The meeting is 2:30pm UTC, which is 7:30am PDT during daylight saving; the old line said PST, which didn't match. Could you drop the SECURITY.md changes from this PR though? GitHub org names are case-insensitive and those links resolve fine, so it's a cosmetic change rather than a fix, and we've declined the same change elsewhere. Happy to merge once this is just the timezone commit. |
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.
During daylight saving time, the US Pacific timezone is PDT (UTC-7), not PST (UTC-8). The meeting time listed in governance.md was correct in hours (7:30am) but used the wrong timezone label. Additionally, SECURITY.md used a capitalised GitHub org URL which is inconsistent with the rest of the repository.