Open GoogleCodeExporter opened 9 years ago
I have attached a screen capture of Fiddler that shows in the JSON format
returned from the server, the date is 2014-05-21. The correct date. The Google
API V3 .NET Client returns the date as 2014-05-20.
Original comment by eltownh...@gmail.com
on 16 Jul 2014 at 6:02
Attachments:
[deleted comment]
I think this is the issue.
The date value set to RecordingDate during the upload is used as a
UniversalTime and not converted to UniversalTime. Therefore, when it is
retrieved into the .NET application and converted from UniversalTime to
LocalTime, the date becomes one less than the date originally input.
Here is my workaround to be used when retrieving RecordingDate:
CDate(objVideo.RecordingDetails.RecordingDate).ToUniversalTime
Original comment by eltownh...@gmail.com
on 16 Jul 2014 at 8:57
Original comment by pele...@google.com
on 31 Jul 2014 at 2:49
Original issue reported on code.google.com by
eltownh...@gmail.com
on 16 Jul 2014 at 3:03