I tried to migrate mysql data to postgres. All works fine but when I see the datetime fields in postgres are 5 hours behind mysql. How can I do to disable whatever pgloader is doing?
Thanks
I'm using this command
pgloader mysql://root:root@mysql57/database1 postgresql://postgres@localhost/database2