Skip to content

Commit 83c4240

Browse files
sypharJoshua Nelson
authored and
Joshua Nelson
committed
Fix collecting github stats after timezone-migration
1 parent bcc1a2c commit 83c4240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/github_updater.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ impl GithubUpdater {
267267
&repo.id,
268268
&repo.name_with_owner,
269269
&repo.description,
270-
&repo.pushed_at.map(|time| time.naive_utc()),
270+
&repo.pushed_at,
271271
&(repo.stargazer_count as i32),
272272
&(repo.fork_count as i32),
273273
&(repo.issues.total_count as i32),

0 commit comments

Comments
 (0)