Export OQL to CSV

0
Good morning, Here I’m using a query to export the data from three different entities that are associated between them. In the end, I’m getting a file with all the attributes, however the dates of the entities appear in a wrong data type. The ArchivoTicket entity is a empty entity with a generalization of filedocument. Should I do something there in order to get the dates right?
asked
2 answers
0

We've had a similar issue. The OQL export uses UTC as a default timezone. We had to convert all dates to UTC dates, after that it worked.

 

Hope that helps!

answered
0

Thank for your answer! 

How did you convert the dates?

answered