Skip to content

fix: datetime serialisation#2314

Merged
yury-s merged 1 commit intomicrosoft:mainfrom
mxschmitt:fix-deprecated-method
Feb 21, 2024
Merged

fix: datetime serialisation#2314
yury-s merged 1 commit intomicrosoft:mainfrom
mxschmitt:fix-deprecated-method

Conversation

@mxschmitt
Copy link
Copy Markdown
Contributor

@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
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.

2 participants