Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

For 'Modified/Create gt time' queries (time is no being considered accurately)

Open ssmails opened this issue 1 year ago • 0 comments

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())

ssmails avatar Mar 28 '24 20:03 ssmails