Compare commits

...

5 Commits

Author SHA1 Message Date
Shu W. Nakamura
2ae1b30540 Merge 53d181d57b into 5b4d04e337 2023-10-20 11:32:31 -05:00
Philipp Oppermann
5b4d04e337 Fix datetime comparison error in before_build.py 2023-10-17 09:57:11 +02:00
woodyZootopia
53d181d57b Rebase to the latest main 2023-08-21 13:34:57 +09:00
woodyZootopia
b634a24f4b Finish translation 2023-08-21 13:33:14 +09:00
woodyZootopia
4ef59648be Add Japanese article 2023-08-21 13:33:14 +09:00
2 changed files with 1244 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ from github import Github
g = Github() g = Github()
one_month_ago = datetime.datetime.now() - datetime.timedelta(days=32) one_month_ago = datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(days=32)
def filter_date(issue): def filter_date(issue):
return issue.closed_at > one_month_ago return issue.closed_at > one_month_ago

File diff suppressed because it is too large Load Diff