Skip to content

Commit f72338c

Browse files
Ensure that the time zone is set to UTC to avoid any undesirable time
zone manipulations.
1 parent b73c537 commit f72338c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_2700_aq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ def test_2722_no_json_payload(self):
522522

523523
def test_2723_enqtime(self):
524524
"2723 - test message props enqtime"
525+
self.cursor.execute("alter session set time_zone = '0:00'")
525526
queue = self.get_and_clear_queue(self.book_queue_name,
526527
self.book_type_name)
527528
book = queue.payload_type.newobject()

0 commit comments

Comments
 (0)