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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releaseDate is always on the 15th of the month #124

Open
virtualzavie opened this issue Feb 24, 2025 · 0 comments
Open

releaseDate is always on the 15th of the month #124

virtualzavie opened this issue Feb 24, 2025 · 0 comments

Comments

@virtualzavie
Copy link

Hello,

While using the API, we noticed that the release date of prods seems to always indicate the 15th of the month, regardless of the actual release date.

Doing a quick search in the repo, this looks suspicious:

$sql["releaseDate"] = sprintf("%04d-%02d-15",$data["releaseDate_year"],$data["releaseDate_month"]);

$a["releaseDate"] = sprintf("%04d-%02d-15",$data["releaseDate_year"],$data["releaseDate_month"]);

$a["releaseDate"] = sprintf("%04d-%02d-15",$data["releaseDate_year"],$data["releaseDate_month"]);

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

1 participant