Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
For 'Modified/Create gt time' queries (time is no being considered accurately)
https://github.com/vgrem/Office365-REST-Python-Client/blob/master/examples/sharepoint/lists/read_items_with_filter.py
Here, with the day, month, year, the results are accurate. However, when hour and minutes are specified, it does not give accurate results. from_datetime = datetime.datetime(2022, 1, 20, 0, 0) filter_text = "Created gt datetime'{0}'".format(from_datetime.isoformat())