IvanVeloz / ndsntp

NTP client for the Nintendo DS
MIT License
4 stars 0 forks source link

Issue 010 #15

Closed IvanVeloz closed 2 months ago

IvanVeloz commented 2 months ago

Implement setting the timezone via user interface. The interface is text only, similar to the rtc_set_get example on BlocksDS. The interface has two spinboxes for setting the hour (1hr increments) and minute offset (15 minute increments for Nepal, etc.).

In the future, the goal is for time zones to be in the TZ style. That is, something like “America/New_York”. But that requires having a copy of the TZ database, among other complications.

To verify:

IvanVeloz commented 2 months ago

Program passes manual testing in hardware

Pending documentation

IvanVeloz commented 2 months ago

Documentation updated