This is the microservice for creating a csv file from a JSON string and adjusting the dates to match the clients timezone.
pip install -r requirements.txtTo start the server, run the following command:
python server.pyTo run the tests, run the following command:
python test.py