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: datetime serialisation #2314

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Feb 20, 2024

Motivation:

  /Users/maxschmitt/Developer/playwright-python/tests/sync/test_assertions.py:166: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
    {"a": 1, "b": "string", "c": datetime.utcfromtimestamp(1627503992000 / 1000)},

@yury-s yury-s merged commit c4ffd45 into microsoft:main Feb 21, 2024
37 of 38 checks passed
mxschmitt added a commit that referenced this pull request Mar 5, 2024
mxschmitt added a commit that referenced this pull request Mar 5, 2024
mxschmitt added a commit that referenced this pull request Mar 5, 2024
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.

None yet

2 participants