From 4896caff418119a0e8e7c78221d391254f4d275c Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 1 Apr 2024 00:51:56 +0200 Subject: [PATCH] Date --- personal_data/fetchers/psnprofiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal_data/fetchers/psnprofiles.py b/personal_data/fetchers/psnprofiles.py index 964c7a6..63ec559 100644 --- a/personal_data/fetchers/psnprofiles.py +++ b/personal_data/fetchers/psnprofiles.py @@ -67,7 +67,7 @@ class PsnProfilesScraper(Scraper): yield { 'game.name' : game_name, - 'me.last_played_time': time_acquired, + 'me.last_played_time': time_acquired.date(), # Trophy Data 'trophy.name': trophy_name,