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
I found the answer. You have to create a file (could be info.load) like this:
then use the command
In that way, pgloader keeps the same datetime from mysql