The JSON returned from Zoom is in this format: yyyy-MM-dd which means there is no time, only date. And yet we represent this JSON data as a DateTime in our library which leads developers to think there is time in addition to a date.
Clearly misleading.
The JSON returned from Zoom is in this format:
yyyy-MM-ddwhich means there is no time, only date. And yet we represent this JSON data as aDateTimein our library which leads developers to think there is time in addition to a date.Clearly misleading.