Closed spanska closed 3 years ago
Hello,
Using this awesome library on 32 bits OS (like raspbian) leads to a bug because 1st January 3000 is after end of unix time (19. January 2038). This patch correct the bug by setting a date before the end of unix time (2038)
Jean-Baptiste
Thanks for this!
fixed in https://github.com/SMAPPNYU/youtube-data-api/pull/42
Hello,
Using this awesome library on 32 bits OS (like raspbian) leads to a bug because 1st January 3000 is after end of unix time (19. January 2038). This patch correct the bug by setting a date before the end of unix time (2038)
Jean-Baptiste