1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Fix timezone in account creation date in test snapshot (#165831)

This commit is contained in:
Ludovic BOUÉ
2026-03-17 22:53:36 +01:00
committed by GitHub
parent d86d85ec56
commit 5c8df048b1

View File

@@ -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,