twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

Incorrect timestamp on EventSub channel prediction events #193

Closed Xemdo closed 1 year ago

Xemdo commented 1 year ago

On the event channel.prediction.begin and channel.prediction.progress, the events.locks_at JSON field has a zero timestamp (January 1st, 1 AD).

Similar issue with channel.prediction.lock on the field events.locked_at, and channel.prediction.end on the field events.ended_at

Xemdo commented 1 year ago

Same issue happens with other fields (specifically when there's a future calculated date, just like _locksat) in channel.poll.*, channel.prediction.*, and channel.hype_train.* events.