The application can normalize dates:
- Normalize dates with different formats.
- Converts dates to unix timestamp.
- Converts unix timestamp to date.
The application provides an API and Swagger, describing the API usage.
- Standalone:
python3 app.py
- Run in Docker:
./docker_local.sh