René's URL Explorer Experiment


Title: Fix Timestamp.from_datetime() precision for far-future datetimes by gaoflow · Pull Request #710 · msgpack/msgpack-python · GitHub

Open Graph Title: Fix Timestamp.from_datetime() precision for far-future datetimes by gaoflow · Pull Request #710 · msgpack/msgpack-python

X Title: Fix Timestamp.from_datetime() precision for far-future datetimes by gaoflow · Pull Request #710 · msgpack/msgpack-python

Description: Timestamp.from_datetime() computes the whole-second part from the float datetime.timestamp(). A float64 cannot hold microsecond precision for datetimes far from the epoch, so timestamp() rounds the seconds up while the exact microsecond is still used for the nanoseconds. The result is a Timestamp one second in the future, and near datetime.max it raises OverflowError: >>> import datetime as dt >>> from msgpack.ext import Timestamp >>> d = dt.datetime(3000, 1, 1, 0, 0, 0, 999999, tzinfo=dt.timezone.utc) >>> Timestamp.from_datetime(d).to_datetime() datetime.datetime(3000, 1, 1, 0, 0, 1, 999999, tzinfo=datetime.timezone.utc) # +1 second >>> Timestamp.from_datetime(dt.datetime(9999, 12, 31, 23, 59, 59, 999999, tzinfo=dt.timezone.utc)) OverflowError: date value out of range The Cython packer already uses integer timedelta arithmetic and is correct. This makes the pure-Python from_datetime() do the same, so the two paths agree and the round-trip invariant from_datetime(d).to_datetime() == d holds for far-future datetimes. Naive datetimes keep their existing local-time interpretation (matching datetime.timestamp()). Follow-up to #662, which fixed the pre-epoch rounding direction in the same method. Existing tests are unchanged; I added a regression test covering the far-future round-trip, the exact seconds/nanoseconds, agreement with packing the datetime directly, and the former OverflowError case. Full suite is green on both the C-extension and pure-Python paths.

Open Graph Description: Timestamp.from_datetime() computes the whole-second part from the float datetime.timestamp(). A float64 cannot hold microsecond precision for datetimes far from the epoch, so timestamp() rounds the...

X Description: Timestamp.from_datetime() computes the whole-second part from the float datetime.timestamp(). A float64 cannot hold microsecond precision for datetimes far from the epoch, so timestamp() rounds the...

Opengraph URL: https://github.com/msgpack/msgpack-python/pull/710

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:40c3e635-bcc5-6c1d-d640-f28afe7fe89b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA58C:A4628:6ADFCA:9745B9:6A4E7302
html-safe-nonce44fa0804115fc5f4bd2a0bf3a737d1edbde48920ba65f0ab268f7794d75d0183
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNThDOkE0NjI4OjZBREZDQTo5NzQ1Qjk6NkE0RTczMDIiLCJ2aXNpdG9yX2lkIjoiNjA5NzgyMDkxODgyMTU4MTU3MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8de9fdc39364e6db6ef7cb6f6bb2465fa8d072395d70f90e7e9b6830ccbe5171
hovercard-subject-tagpull_request:3985661475
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/msgpack/msgpack-python/pull/710/files
twitter:imagehttps://avatars.githubusercontent.com/u/3355843?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/3355843?s=400&v=4
og:image:altTimestamp.from_datetime() computes the whole-second part from the float datetime.timestamp(). A float64 cannot hold microsecond precision for datetimes far from the epoch, so timestamp() rounds the...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/msgpack/msgpack-python git https://github.com/msgpack/msgpack-python.git
octolytics-dimension-user_id198264
octolytics-dimension-user_loginmsgpack
octolytics-dimension-repository_id2242705
octolytics-dimension-repository_nwomsgpack/msgpack-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id2242705
octolytics-dimension-repository_network_root_nwomsgpack/msgpack-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6a744804e8e70f97b4d5a18a94dcc63db22f97a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/msgpack/msgpack-python/pull/710/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-python%2Fpull%2F710%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmsgpack%2Fmsgpack-python%2Fpull%2F710%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=msgpack%2Fmsgpack-python
Reloadhttps://github.com/msgpack/msgpack-python/pull/710/files
Reloadhttps://github.com/msgpack/msgpack-python/pull/710/files
Reloadhttps://github.com/msgpack/msgpack-python/pull/710/files
Please reload this pagehttps://github.com/msgpack/msgpack-python/pull/710/files
msgpack https://github.com/msgpack
msgpack-pythonhttps://github.com/msgpack/msgpack-python
Notifications https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Fork 248 https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Star 2.1k https://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python
Code https://github.com/msgpack/msgpack-python
Issues 3 https://github.com/msgpack/msgpack-python/issues
Pull requests 4 https://github.com/msgpack/msgpack-python/pulls
Discussions https://github.com/msgpack/msgpack-python/discussions
Actions https://github.com/msgpack/msgpack-python/actions
Security and quality 1 https://github.com/msgpack/msgpack-python/security
Insights https://github.com/msgpack/msgpack-python/pulse
Code https://github.com/msgpack/msgpack-python
Issues https://github.com/msgpack/msgpack-python/issues
Pull requests https://github.com/msgpack/msgpack-python/pulls
Discussions https://github.com/msgpack/msgpack-python/discussions
Actions https://github.com/msgpack/msgpack-python/actions
Security and quality https://github.com/msgpack/msgpack-python/security
Insights https://github.com/msgpack/msgpack-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmsgpack%2Fmsgpack-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmsgpack%2Fmsgpack-python%2Fissues%2Fnew%2Fchoose
methanehttps://github.com/methane
msgpack:mainhttps://github.com/msgpack/msgpack-python/tree/main
gaoflow:fix-from-datetime-far-future-precisionhttps://github.com/gaoflow/msgpack-python/tree/fix-from-datetime-far-future-precision
Conversation 3 https://github.com/msgpack/msgpack-python/pull/710
Commits 1 https://github.com/msgpack/msgpack-python/pull/710/commits
Checks 50 https://github.com/msgpack/msgpack-python/pull/710/checks
Files changed https://github.com/msgpack/msgpack-python/pull/710/files
Please reload this pagehttps://github.com/msgpack/msgpack-python/pull/710/files
Fix Timestamp.from_datetime() precision for far-future datetimes https://github.com/msgpack/msgpack-python/pull/710/files#top
Show all changes 1 commit https://github.com/msgpack/msgpack-python/pull/710/files
b367f92 Fix Timestamp.from_datetime() precision for far-future datetimes gaoflow Jul 1, 2026 https://github.com/msgpack/msgpack-python/pull/710/commits/b367f922c5c0c9aecfb125c9dbdb5c5cdfe6911e
Clear filters https://github.com/msgpack/msgpack-python/pull/710/files
Please reload this pagehttps://github.com/msgpack/msgpack-python/pull/710/files
Please reload this pagehttps://github.com/msgpack/msgpack-python/pull/710/files
ext.py https://github.com/msgpack/msgpack-python/pull/710/files#diff-1a28c95cb428a089b51d6a3ee02c333f40249af4c29568fa14335e26e36c3c7f
test_timestamp.py https://github.com/msgpack/msgpack-python/pull/710/files#diff-90b833533e869e7f8e215c3c2146d5253729be19ebcc279a6580ac955c332e3b
msgpack/ext.pyhttps://github.com/msgpack/msgpack-python/pull/710/files#diff-1a28c95cb428a089b51d6a3ee02c333f40249af4c29568fa14335e26e36c3c7f
View file https://github.com/gaoflow/msgpack-python/blob/b367f922c5c0c9aecfb125c9dbdb5c5cdfe6911e/msgpack/ext.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/msgpack/msgpack-python/pull/710/{{ revealButtonHref }}
https://github.com/msgpack/msgpack-python/pull/710/files#diff-1a28c95cb428a089b51d6a3ee02c333f40249af4c29568fa14335e26e36c3c7f
https://github.com/msgpack/msgpack-python/pull/710/files#diff-1a28c95cb428a089b51d6a3ee02c333f40249af4c29568fa14335e26e36c3c7f
https://github.com/msgpack/msgpack-python/pull/710/files#diff-1a28c95cb428a089b51d6a3ee02c333f40249af4c29568fa14335e26e36c3c7f
https://github.com/msgpack/msgpack-python/pull/710/files#diff-1a28c95cb428a089b51d6a3ee02c333f40249af4c29568fa14335e26e36c3c7f
test/test_timestamp.pyhttps://github.com/msgpack/msgpack-python/pull/710/files#diff-90b833533e869e7f8e215c3c2146d5253729be19ebcc279a6580ac955c332e3b
View file https://github.com/gaoflow/msgpack-python/blob/b367f922c5c0c9aecfb125c9dbdb5c5cdfe6911e/test/test_timestamp.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/msgpack/msgpack-python/pull/710/{{ revealButtonHref }}
https://github.com/msgpack/msgpack-python/pull/710/files#diff-90b833533e869e7f8e215c3c2146d5253729be19ebcc279a6580ac955c332e3b
https://github.com/msgpack/msgpack-python/pull/710/files#diff-90b833533e869e7f8e215c3c2146d5253729be19ebcc279a6580ac955c332e3b
Please reload this pagehttps://github.com/msgpack/msgpack-python/pull/710/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.