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

Follows API returns incorrect timestamps #390

Closed
DeezjaVu opened this issue May 24, 2015 · 3 comments
Closed

Follows API returns incorrect timestamps #390

DeezjaVu opened this issue May 24, 2015 · 3 comments

Comments

@DeezjaVu
Copy link

https://api.twitch.tv/kraken/channels/:channel/follows
The list of returned objects does not contain the correct timestamp (created_at is off by 5 hours).

FIX ASAP plz.

@scagood
Copy link

scagood commented May 24, 2015

I've been seeing the same problem with banning users and creating keys were you do something then immediately check it and it said it was done 7hours ago

This may just be a time zone problem and hence I have been ignoring it 😄

@DeezjaVu
Copy link
Author

It is a timezone problem, which for certain things may not matter, but for things such as notifiers, this is huge. Basically this breaks notifiers that make use of (and 100% rely on) the timestamp.

@amclay
Copy link

amclay commented May 26, 2015

This is now fixed.

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

4 participants