From 5c8df048b1d565d4753be13d797ead0ab9f7d99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 17 Mar 2026 22:53:36 +0100 Subject: [PATCH] Fix timezone in account creation date in test snapshot (#165831) --- tests/components/mastodon/snapshots/test_services.ambr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/mastodon/snapshots/test_services.ambr b/tests/components/mastodon/snapshots/test_services.ambr index 762f44c3b0b..21c539dd597 100644 --- a/tests/components/mastodon/snapshots/test_services.ambr +++ b/tests/components/mastodon/snapshots/test_services.ambr @@ -9,7 +9,7 @@ 'discoverable': True, 'group': False, 'locked': False, - 'created_at': datetime.datetime(2016, 11, 24, 0, 0, tzinfo=tzutc()), + 'created_at': datetime.datetime(2016, 11, 24, 0, 0, tzinfo=tzlocal()), 'following_count': 328, 'followers_count': 3169, 'statuses_count': 69523,