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
The schedule API should have some way of indicating whether the class time is AM or PM. myGCC has AM after classes that end in the morning. If we assume that classes are all less than, for example, 5 hours, we can determine whether the start time is AM or PM.
Actual Behavior
Doesn't tell whether AM or PM.
Specifications
All versions affected.
The text was updated successfully, but these errors were encountered:
Does it actually have am after all classes in the morning? When I wrote it I think I tried to do that but some classes don't have an am or pm (I thought).
It shows 'AM' when the class ends before 11:59 AM (in the morning). When the class ends after noon, no 'AM' or 'PM' is shown after the time (so we know it is PM).
Expected Behavior
The schedule API should have some way of indicating whether the class time is AM or PM. myGCC has AM after classes that end in the morning. If we assume that classes are all less than, for example, 5 hours, we can determine whether the start time is AM or PM.
Actual Behavior
Doesn't tell whether AM or PM.
Specifications
All versions affected.
The text was updated successfully, but these errors were encountered: