home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 642178604

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/simonw/datasette/issues/829#issuecomment-642178604 https://api.github.com/repos/simonw/datasette/issues/829 642178604 MDEyOklzc3VlQ29tbWVudDY0MjE3ODYwNA== 9599 2020-06-10T18:18:36Z 2020-06-10T18:20:19Z OWNER

Even shorter: encode an integer that is the difference between that expiry timestamp and a more recent epoch - June 1st 2020 will do.

```

import datetime, calendar calendar.timegm(datetime.date(2020, 6, 1).timetuple()) 1590969600 import baseconv baseconv.base62.encode(int(time.time() - 1590969600)) '3XST' ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
636426530  
Powered by Datasette · Queries took 1.01ms · About: github-to-sqlite