IvanVeloz / ndsntp

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

Implement timezone setting via UI #10

Closed IvanVeloz closed 2 months ago

IvanVeloz commented 2 months ago

Implement setting the timezone via user interface. The interface just can/should be text only, similar to the rtc_set_get example on BlocksDS. The interface should have 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.

IvanVeloz commented 2 months ago

Implemented by commit b2accfb2d76e66ae487967f61b1f0196d894a7b5. image image IMG_9044