home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 607011972

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/dogsheep/twitter-to-sqlite/issues/40#issuecomment-607011972 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/40 607011972 MDEyOklzc3VlQ29tbWVudDYwNzAxMTk3Mg== 9599 2020-04-01T03:49:02Z 2020-04-01T03:50:01Z MEMBER I want the datetime value to look like `2020-04-01T03:34:58+00:00` (the format returned by the Twitter API which I am storing in other tables at the moment). ``` >>> datetime.utcnow().isoformat().split('.')[0] + '+00:00' '2020-04-01T03:49:52+00:00' ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 590669793  
Powered by Datasette · Queries took 10.726ms