To Reproduce
- Install a Dokploy version older than v0.25.0
- Create a project and an application.
- Upgrade Dokploy to a newer version.
- Create a new environment for the existing project.
- Create an application in the new environment.
- Make an API call to retrieve projects.
Current vs. Expected behavior
Currently, you will notice that the date format of createdAt field in default "production" environment is different than other environments. One is PostgreSQL timestamp format and the other one ise ISO 8601.
Expected behaviour: All date time fields returns using ISO 8601 format.
Provide environment information
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help
To Reproduce
Current vs. Expected behavior
Currently, you will notice that the date format of createdAt field in default "production" environment is different than other environments. One is PostgreSQL timestamp format and the other one ise ISO 8601.
Expected behaviour: All date time fields returns using ISO 8601 format.
Provide environment information
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Maybe, need help