jerome9189 / uw-schedule-exporter

Chrome extension to export schedule from UW registration page to a .ics file
https://tinyurl.com/uw-schedule-exporter
MIT License
3 stars 2 forks source link

Hours and minutes have only one character if they are single digit values (for example "9:0" instead of "09:00") #1

Closed jerome9189 closed 5 years ago

jerome9189 commented 5 years ago

image

The hour and minute parts of the time fields need to be 2 digits long, i.e., "18:00" instead of "18:0". This should be fixed with zero padding on the left until 2 places

jerome9189 commented 5 years ago

Fixed