Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to capture precise publication time for YouTube video metadata #1343

Open
Esparon1 opened this issue Apr 20, 2024 · 1 comment
Open

Comments

@Esparon1
Copy link
Contributor

馃悰 Describe the bug

Embedchain currently captures the publish date of YouTube videos but omits the precise publication time.
The metadata stored for each video includes the date in the format YYYY-MM-DD 00:00:00, which defaults to a time of 00:00:00, indicating that the time component is not being processed or stored.The issue with just the date is because of time zones.

Example of the issue:
For a video published at 3 PM on April 15, 2024, Embedchain stores the publish date as 2024-04-15 00:00:00
Whereas it should be in ISO 8601 format ( example: 2024-04-15T14:30:00Z )
This format allows the publication time to be used globally without confusion about time zone differences.

@jsjeon-um
Copy link

Can I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants