Title: datetime: add ability to parse RFC 3339 dates and times · Issue #60077 · python/cpython · GitHub
Open Graph Title: datetime: add ability to parse RFC 3339 dates and times · Issue #60077 · python/cpython
X Title: datetime: add ability to parse RFC 3339 dates and times · Issue #60077 · python/cpython
Description: BPO 15873 Nosy @warsaw, @jcea, @cben, @ncoghlan, @abalkin, @vstinner, @jwilk, @mcepl, @merwok, @bitdancer, @karlcow, @elprans, @flying-sheep, @mihaic, @Fak3, @berkerpeksag, @vadmium, @boxed, @jstasiak, @offby1, @deronnax, @pbryan, @pgans...
Open Graph Description: BPO 15873 Nosy @warsaw, @jcea, @cben, @ncoghlan, @abalkin, @vstinner, @jwilk, @mcepl, @merwok, @bitdancer, @karlcow, @elprans, @flying-sheep, @mihaic, @Fak3, @berkerpeksag, @vadmium, @boxed, @jstas...
X Description: BPO 15873 Nosy @warsaw, @jcea, @cben, @ncoghlan, @abalkin, @vstinner, @jwilk, @mcepl, @merwok, @bitdancer, @karlcow, @elprans, @flying-sheep, @mihaic, @Fak3, @berkerpeksag, @vadmium, @boxed, @jstas...
Opengraph URL: https://github.com/python/cpython/issues/60077
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"datetime: add ability to parse RFC 3339 dates and times","articleBody":"BPO | [15873](https://bugs.python.org/issue15873)\n--- | :---\nNosy | @warsaw, @jcea, @cben, @ncoghlan, @abalkin, @vstinner, @jwilk, @mcepl, @merwok, @bitdancer, @karlcow, @elprans, @flying-sheep, @mihaic, @Fak3, @berkerpeksag, @vadmium, @boxed, @jstasiak, @offby1, @deronnax, @pbryan, @pganssle, @sirex, @jaitaiwan\nPRs | \u003cli\u003epython/cpython#4699\u003c/li\u003e\u003cli\u003epython/cpython#4841\u003c/li\u003e\u003cli\u003epython/cpython#5559\u003c/li\u003e\u003cli\u003epython/cpython#5559\u003c/li\u003e\u003cli\u003epython/cpython#5939\u003c/li\u003e\nFiles | \u003cli\u003e[issue15873-proto.diff](https://bugs.python.org/file27141/issue15873-proto.diff \"Uploaded as text/plain at 2012-09-07.03:06:45 by @abalkin\")\u003c/li\u003e\u003cli\u003e[test-cases.py](https://bugs.python.org/file27165/test-cases.py \"Uploaded as text/plain at 2012-09-10.12:07:48 by roysmith\"): Test cases\u003c/li\u003e\u003cli\u003e[fromisoformat.patch](https://bugs.python.org/file41922/fromisoformat.patch \"Uploaded as text/plain at 2016-02-14.11:50:03 by @deronnax\")\u003c/li\u003e\u003cli\u003e[fromisoformat2.patch](https://bugs.python.org/file41923/fromisoformat2.patch \"Uploaded as text/plain at 2016-02-14.12:30:27 by @deronnax\"): slightly improved version, better use of timedelta\u003c/li\u003e\u003cli\u003e[fromisoformat3.patch](https://bugs.python.org/file41926/fromisoformat3.patch \"Uploaded as text/plain at 2016-02-15.06:35:52 by @deronnax\")\u003c/li\u003e\u003cli\u003e[fromisoformat4.patch](https://bugs.python.org/file41927/fromisoformat4.patch \"Uploaded as text/plain at 2016-02-15.11:41:06 by @deronnax\")\u003c/li\u003e\u003cli\u003e[simplerfromisoformat.patch](https://bugs.python.org/file41934/simplerfromisoformat.patch \"Uploaded as text/plain at 2016-02-16.05:32:28 by @deronnax\"): simpler, stricter version of fromisoformat\u003c/li\u003e\u003cli\u003e[fromisoformat_new.patch](https://bugs.python.org/file41935/fromisoformat_new.patch \"Uploaded as text/plain at 2016-02-16.11:24:05 by @deronnax\")\u003c/li\u003e\u003cli\u003e[fromisoformat_new2.patch](https://bugs.python.org/file41940/fromisoformat_new2.patch \"Uploaded as text/plain at 2016-02-17.09:15:16 by @deronnax\")\u003c/li\u003e\u003cli\u003e[fromisoformat_new3.patch](https://bugs.python.org/file41945/fromisoformat_new3.patch \"Uploaded as text/plain at 2016-02-18.04:22:25 by @deronnax\")\u003c/li\u003e\u003cli\u003e[fromisoformat_singledispatch.patch](https://bugs.python.org/file41951/fromisoformat_singledispatch.patch \"Uploaded as text/plain at 2016-02-18.08:52:31 by @deronnax\")\u003c/li\u003e\u003cli\u003e[fromisoformat_regexinclasses.patch](https://bugs.python.org/file44015/fromisoformat_regexinclasses.patch \"Uploaded as text/plain at 2016-08-05.09:38:39 by @deronnax\"): regex as class attributes\u003c/li\u003e\u003cli\u003e[fromisoformat_strptimesingledispatch.patch](https://bugs.python.org/file44016/fromisoformat_strptimesingledispatch.patch \"Uploaded as text/plain at 2016-08-05.09:42:23 by @deronnax\"): regex looked up by class type in _strptime.py\u003c/li\u003e\u003cli\u003e[fromisoformat_regexinclasses2.patch](https://bugs.python.org/file44019/fromisoformat_regexinclasses2.patch \"Uploaded as text/plain at 2016-08-05.12:50:01 by @deronnax\"): regex as class attributes, 2nd version\u003c/li\u003e\n\n\u003csup\u003e*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*\u003c/sup\u003e\n\n\u003cdetails\u003e\u003csummary\u003eShow more details\u003c/summary\u003e\u003cp\u003e\n\nGitHub fields:\n```python\nassignee = 'https://github.com/abalkin'\nclosed_at = \u003cDate 2018-03-01.18:50:17.237\u003e\ncreated_at = \u003cDate 2012-09-06.21:08:49.605\u003e\nlabels = ['3.7', 'type-feature', 'library']\ntitle = 'datetime: add ability to parse RFC 3339 dates and times'\nupdated_at = \u003cDate 2018-03-01.18:50:17.236\u003e\nuser = 'https://bugs.python.org/nagle'\n```\n\nbugs.python.org fields:\n```python\nactivity = \u003cDate 2018-03-01.18:50:17.236\u003e\nactor = 'belopolsky'\nassignee = 'belopolsky'\nclosed = True\nclosed_date = \u003cDate 2018-03-01.18:50:17.237\u003e\ncloser = 'belopolsky'\ncomponents = ['Library (Lib)']\ncreation = \u003cDate 2012-09-06.21:08:49.605\u003e\ncreator = 'nagle'\ndependencies = []\nfiles = ['27141', '27165', '41922', '41923', '41926', '41927', '41934', '41935', '41940', '41945', '41951', '44015', '44016', '44019']\nhgrepos = []\nissue_num = 15873\nkeywords = ['patch']\nmessage_count = 90.0\nmessages = ['169941', '169952', '169966', '169968', '169970', '170098', '170104', '170109', '170112', '170114', '170116', '170180', '170181', '174339', '183672', '183743', '183809', '183921', '183931', '221829', '221830', '221831', '221903', '260099', '260100', '260150', '260266', '260276', '260280', '260282', '260292', '260293', '260294', '260295', '260298', '260303', '260309', '260318', '260337', '260342', '260343', '260344', '260345', '260347', '260350', '260356', '260382', '260420', '260426', '260427', '260440', '260441', '260442', '260445', '260449', '260989', '260990', '260991', '263867', '269714', '269722', '270529', '270828', '270829', '270831', '270899', '272021', '272026', '273609', '291822', '291831', '304950', '307603', '307604', '307605', '307606', '307607', '307610', '307616', '308214', '308505', '308507', '308510', '308569', '308637', '308851', '309168', '309175', '311703', '313105']\nnosy_count = 36.0\nnosy_names = ['barry', 'jcea', 'cben', 'roysmith', 'ncoghlan', 'belopolsky', 'nagle', 'vstinner', 'jwilk', 'mcepl', 'eric.araujo', 'Arfrever', 'r.david.murray', 'davydov', 'cvrebert', 'karlcow', 'SilentGhost', 'Elvis.Pranskevichus', 'perey', 'flying sheep', 'mihaic', 'aymeric.augustin', 'Roman.Evstifeev', 'berker.peksag', 'martin.panter', 'piotr.dobrogost', 'kirpit', 'Anders.Hovm\\xc3\\xb6ller', 'jstasiak', 'Eric.Hanchrow', 'deronnax', 'pbryan', 'p-ganssle', 'sirex', 'larsonreever', 'jaitaiwan']\npr_nums = ['4699', '4841', '5559', '5559', '5939']\npriority = 'normal'\nresolution = 'fixed'\nstage = 'resolved'\nstatus = 'closed'\nsuperseder = None\ntype = 'enhancement'\nurl = 'https://bugs.python.org/issue15873'\nversions = ['Python 3.7']\n```\n\n\u003c/p\u003e\u003c/details\u003e\n","author":{"url":"https://github.com/nagle","@type":"Person","name":"nagle"},"datePublished":"2012-09-06T21:08:50.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":90},"url":"https://github.com/60077/cpython/issues/60077"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:4152f64b-08bb-1450-7e4b-0ad7888b2e40 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D892:30D31D:8E70D:B9F81:6A4D8160 |
| html-safe-nonce | 9a9e27775dc546f067ed3e76d549eb7de3b1a0af0e5ec3bc6d0369bd3fe5d5e3 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEODkyOjMwRDMxRDo4RTcwRDpCOUY4MTo2QTREODE2MCIsInZpc2l0b3JfaWQiOiIyODg5ODM3NDMyMjkwNTA5MTUyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 7546df804e8865ec577f27cabb2e247db174972754dc9e07a30d6ecefaeb7c95 |
| hovercard-subject-tag | issue:1198888037 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/60077/issue_layout |
| twitter:image | https://opengraph.githubassets.com/f903dd0f93b42da2ac425e263dcf81ba27c47a1b86e23cd7863562e1d60e394e/python/cpython/issues/60077 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/f903dd0f93b42da2ac425e263dcf81ba27c47a1b86e23cd7863562e1d60e394e/python/cpython/issues/60077 |
| og:image:alt | BPO 15873 Nosy @warsaw, @jcea, @cben, @ncoghlan, @abalkin, @vstinner, @jwilk, @mcepl, @merwok, @bitdancer, @karlcow, @elprans, @flying-sheep, @mihaic, @Fak3, @berkerpeksag, @vadmium, @boxed, @jstas... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | nagle |
| hostname | github.com |
| expected-hostname | github.com |
| None | c6bf61c909482ec3072ef5d7a5a28f2a9d214788c9a44793eca1960048cb05ae |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 6702a58b419a792226bd21ef0fb1bcb318bbcaa3 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width