Update tests
This commit is contained in:
parent
9f34a7f10d
commit
f1b753d088
@ -63,7 +63,7 @@ class CommentTest(unittest.TestCase):
|
|||||||
"get hidden by that"
|
"get hidden by that"
|
||||||
)
|
)
|
||||||
comment1 = createObject("plone.Comment")
|
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):
|
for date in (comment1.creation_date, comment1.modification_date):
|
||||||
difference = abs(date - local_utc)
|
difference = abs(date - local_utc)
|
||||||
difference = difference.seconds
|
difference = difference.seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user