thehale / BinaryClock

A nerdy way to tell time on Android/iOS 🕓
https://binaryclock.jhale.dev
Mozilla Public License 2.0
4 stars 1 forks source link

Follow system configuration for 12/24 hour time #7

Open thehale opened 2 years ago

thehale commented 2 years ago

Binary Clock currently uses exclusively "military time" (aka "24 hour time").

By default, the clock should follow the current system configuration.

Ideally, this will also be a setting so users can choose between the following three settings:

  1. Follow System Settings (default)
  2. 12-hour time
  3. 24-hour time