Hello,
I am using Box API Python SDK to list files. The metadata of files is important for my work. The files in the source folder are uploaded by myself and I am in UTC+09:00 timezone.
But when I list the files using the API, all the timestamps returned by the API are in UTC-07:00.
Please let me know if that is the default case? or is there anything I can do.
SDK Version: 2.7.1
API: client.search.query(...)
Thank you 🙂