Skip to content

Conversation

@unknovvn
Copy link
Contributor

@unknovvn unknovvn commented Apr 1, 2024

Fix #95603

@ghost ghost added the area-System.Net label Apr 1, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 1, 2024
@unknovvn
Copy link
Contributor Author

unknovvn commented Apr 1, 2024

@dotnet-policy-service agree

@unknovvn unknovvn marked this pull request as ready for review April 1, 2024 16:58
@unknovvn unknovvn changed the title Change all localized DateTime logic with Universal alternative Change all Cookie localized DateTime logic with Universal alternative Apr 1, 2024
@ManickaP
Copy link
Member

ManickaP commented Apr 8, 2024

ping @dotnet/ncl

@ManickaP ManickaP self-requested a review April 9, 2024 15:56
Copy link
Member

@rzikm rzikm left a comment

Choose a reason for hiding this comment

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

LGTM modulo comment.

@ManickaP
Copy link
Member

I think this line should be adjusted as well:

cookie!.Expires = DateTime.Now.AddSeconds(parsed);

Otherwise, LGTM. Thanks!

@unknovvn
Copy link
Contributor Author

I think this line should be adjusted as well:

cookie!.Expires = DateTime.Now.AddSeconds(parsed);

Otherwise, LGTM. Thanks!

Very good catch! Fix was already pushed. Thank you!

@MihaZupan
Copy link
Member

Please don't "Update branch" unless you're making more changes as that causes the CI to restart every time

@ManickaP ManickaP merged commit 33e3f0c into dotnet:main Apr 24, 2024
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
…dotnet#100489)

* Change all localized DateTime logic with Universal alternative

* tests adjusted

* comment updated according to changes

* Update src/libraries/System.Net.Primitives/tests/FunctionalTests/CookieTest.cs

Co-authored-by: Radek Zikmund <[email protected]>

* Code review comment fix

---------

Co-authored-by: Radek Zikmund <[email protected]>
Co-authored-by: Marie Píchová <[email protected]>
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this pull request May 9, 2024
…dotnet#100489)

* Change all localized DateTime logic with Universal alternative

* tests adjusted

* comment updated according to changes

* Update src/libraries/System.Net.Primitives/tests/FunctionalTests/CookieTest.cs

Co-authored-by: Radek Zikmund <[email protected]>

* Code review comment fix

---------

Co-authored-by: Radek Zikmund <[email protected]>
Co-authored-by: Marie Píchová <[email protected]>
@karelz karelz added this to the 9.0.0 milestone May 14, 2024
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
…dotnet#100489)

* Change all localized DateTime logic with Universal alternative

* tests adjusted

* comment updated according to changes

* Update src/libraries/System.Net.Primitives/tests/FunctionalTests/CookieTest.cs

Co-authored-by: Radek Zikmund <[email protected]>

* Code review comment fix

---------

Co-authored-by: Radek Zikmund <[email protected]>
Co-authored-by: Marie Píchová <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Net community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cookie expiration uses local time instead of UTC

5 participants