cubehouse / themeparks

Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
MIT License
538 stars 126 forks source link

Change rides Opening and Closing time to Moment JS Format #242

Closed LouisForaux closed 4 years ago

LouisForaux commented 4 years ago

The Opening and closing times uses now the Moment JS format for a better correlation with the other dates and time formats

cubehouse commented 4 years ago

Thank you for this, I'm afraid I've done something similar for Disney Paris parks now that will be pushed to npm soon. 9d86a6a13a1b8d4628831de147882b0e5f4d4735

Rather than a full Moment object it's a date/time string to keep in sync with how Asterix Park does it. I've also renamed the fields to rideOpeningTime and rideClosingTime - so now everything is hopefully more consistent!