HI I’m dealing with the “created” Date at swift and it’s nil and that it’s no possible.
This is the Log:
This is the Class
Any Ideas why actividad created = nil ?
Thanks, Mario
HI I’m dealing with the “created” Date at swift and it’s nil and that it’s no possible.
This is the Log:
This is the Class
Any Ideas why actividad created = nil ?
Thanks, Mario
OK, found the solution thanks to ChapGPT, the created info it’s coming like an interval:
Now it’s working. Mario
Hi, @Mario_Ghersi,
Glad you found a solution!
Columns of the DATETIME
data type store a timestamp that is a number identifying a point in time. The number is stored as the number of milliseconds past since January 1, 1970 00:00:00 in the GMT0 timezone. When using the REST API, the server returns the values of this data type as timestamps - the same way as they are stored in the database.