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
@sethetter The importer scheduled a few (10 or so) events with ending dates in the year 4000.
I'm not sure if it's a consistent issue or not, but it's work a check
The text was updated successfully, but these errors were encountered:
Looking at lib/tasks/pull_events_from_meetup.rb in the get_ends_at method, I can't see how the dates would come out wrong unless something incorrect was sent from meetup.
Their API states that the time and duration fields are in milliseconds, and the ruby Time module works in seconds. We're dividing by 1000 like we should be.
Anyways, maybe there will be more of a clue if I can see which events had the issue. Let me know!
@sethetter The importer scheduled a few (10 or so) events with ending dates in the year 4000.
I'm not sure if it's a consistent issue or not, but it's work a check
The text was updated successfully, but these errors were encountered: