We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
sanjayssk
7 years agoHelpful | Level 6
Displaying modified date properly
I'm using ListFolderAsync in asp.net. Why doesn't it return the modified date time based on the logged in user's Account time zone? Any idea how to display it in the Account's time zone?
Thanks...
- 7 years ago
The API itself returns all datetimes in 'UTC and are strings in the ISO 8601 "combined date and time representation" format: 2015-05-15T15:50:38Z'.
The .NET SDK translates these into native DateTime objects, e.g., as returned in FileMetadata.ClientModified. You can use the standard DateTime methods there to format and display the datetime in whatever format or time zone desired.
Greg-DB
7 years agoDropbox Staff
The API itself returns all datetimes in 'UTC and are strings in the ISO 8601 "combined date and time representation" format: 2015-05-15T15:50:38Z'.
The .NET SDK translates these into native DateTime objects, e.g., as returned in FileMetadata.ClientModified. You can use the standard DateTime methods there to format and display the datetime in whatever format or time zone desired.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!