Does Anvil recognize datetime.timedelta?

Yes it does help thank you, although now running into timezone aware vs. naive issues.

I assume the data table is aware, and ‘today’ (from the above example) is naive.

I am trying to import some modules like pytz and tzlocal to make the datetime aware, but it seems this must be done on the server module

I was using restricted Python 2 server from when I had a free trial and it appears it wasn’t able to import these libraries

I switched to Full Python 3.6 and am waiting 24 hours for server module to update, and then will try again