I'm trying to use NetBeans to set up a meeting between 2 people where the users input their name & location as well as their availabilities to call on specified days of the week where the program outputs the possible times to call to each user in their respective time zones.
I started creating the Person & Scheduler classes on BlueJ and attempted to convert the hours to minutes and output the times but I'm having trouble with the timezones and using NetBeans.