mirror of https://github.com/usbharu/Hideout.git
test: fix test timezone
This commit is contained in:
parent
905f0f7c2f
commit
606d6f4ecc
|
@ -1,3 +1,3 @@
|
|||
insert into emojis(id, name, domain, instance_id, url, category, created_at)
|
||||
VALUES (1, 'kotlin', 'example.com', null, 'https://example.com/emojis/kotlin', null,
|
||||
TIMESTAMP '2024-01-08 16:51:30.036');
|
||||
TIMESTAMP '2024-01-08 07:51:30.036Z');
|
||||
|
|
Loading…
Reference in New Issue