You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some ideas for relative times: (would need to be relevant to the second VodBot is started)
1s = one second
2m = two minutes
3h = three hours
4d = four days
5W = five weeks
6M = six months
7Y = seven years
We should ignore timezones but make sure that times are using Unix timestamps which are meant to match GMT/UTC. Running on Windows needs to take this into account.
Absolute dates/times should be inclusive for the "after" flag, not inclusive for the "before" flag (after_time <= x < before_time). We compare against the timestamps that are provided by Twitch, which are GMT/UTC
Twitch video and clip data has fields for times, which are simply unix timestamps and can easily be compared against.
Issues to consider include:
The text was updated successfully, but these errors were encountered: