Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ssmails opened this issue Mar 28, 2024 · 0 comments
Labels

Comments

@ssmails
Copy link

ssmails commented Mar 28, 2024

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

@vgrem vgrem added the question label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants