I have the following issue with python with script in linux: I am executing my_query.py passing as a parameter the date 2017-03-01
python my_query.py 2017-03-01
How can I create a loop to iterate over that date so it cover the entire month (from date 1 to end of month).
Thanks!