Update tests

This commit is contained in:
Jon Pentland 2022-10-18 16:33:08 +02:00
parent 9f34a7f10d
commit f1b753d088
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class CommentTest(unittest.TestCase):
"get hidden by that"
)
comment1 = createObject("plone.Comment")
local_utc = datetime.datetime.utcnow()
local_utc = datetime.datetime.now().astimezone(datetime.timezone.utc)
for date in (comment1.creation_date, comment1.modification_date):
difference = abs(date - local_utc)
difference = difference.seconds