The edit confirmation was using time.localtime() (server timezone). Now uses datetime.fromtimestamp() with room's timezone.
28 KiB
28 KiB
The edit confirmation was using time.localtime() (server timezone). Now uses datetime.fromtimestamp() with room's timezone.