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
Clicking the time format indicator should cycle the clock through the available time format options: GPS -> UTC -> Local time -> GPS
Current behavior:
This works as expected until we get into local time. When local time is displayed no time format information is shown so we're not able to cycle back to GPS time. Instead, we end up clicking on the time which cycles us between 12/24 hour time.
The text was updated successfully, but these errors were encountered:
…xpected
- added variable 'local' to Clock
- updated toggleTimeFormat to use new 'local' var
- updated function tz in format.js to return 'Local Time' string
- updated test_clock.js to test toggling between local time
- added fsevents 1.2.4 to package.json
…xpected
- added variable 'local' to Clock
- updated toggleTimeFormat to use new 'local' var
- updated function tz in format.js to return 'Local Time' string
- updated test_clock.js to test toggling between local time
- added fsevents 1.2.4 to package.json
- updated package-lock.json to be insync with package.json
…xpected
- added variable 'local' to Clock
- updated toggleTimeFormat to use new 'local' var
- updated function tz in format.js to return 'Local Time' string
- updated test_clock.js to test toggling between local time
- added fsevents 1.2.4 to package.json
- updated package-lock.json to be insync with package.json
Expected behavior:
Clicking the time format indicator should cycle the clock through the available time format options:
GPS -> UTC -> Local time -> GPS
Current behavior:
This works as expected until we get into local time. When local time is displayed no time format information is shown so we're not able to cycle back to GPS time. Instead, we end up clicking on the time which cycles us between 12/24 hour time.
The text was updated successfully, but these errors were encountered: