Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl fills wrong date for upload_date #22173
Comments
|
This is what twitch returns.
|
|
That looks like the date in UTC then, hovering over the video in chrome has a tooltip of the date in my timezone. Shouldn't youtube-dl convert dates/times to the current machine it's running on? |
Checklist
Verbose log
Description
For this the output template
upload_dateis being filled as 20190821 when the stream was started on 2019-08-20 at 9PM EST and completed on the same day. I would expect it to fill 20190820 forupload-date. The same issue happens for the VOD before it, it was streamed on 8/19 but youtube-dl fills it as 20190820. It does not however affect this VOD that was streamed earlier in the day (2PM EST iirc), which makes me think it may be a timezone issue (complete speculation on that)