This is a Garmin watch face, written in Monkey-C that displays the time in two different timezones.
The primary time is the local time at the current location of the device, while the secondary can be configured in the settings.
Features:
- Dual time display (regional and world time)
- Reliable world time for over 200 countries, by leveraging Garmin's internal LocalMoment library
- In device settings that do not require the use of the Garmin Connect application
- Positive and negative display mode
- Optional setting to display seconds (only for round watches)
- Simplistic design inspired by Garmin Fenix6's battery saver mode
Install the app from the GarminIQ Connect store here
Check the manifest.xml for a list of the supported devices.
Please note, this has only been tested on a real Fenix6 Pro device. The rest of the devices have only been tested through the simulator.
- Uses Time.localMoment [since API Level 3.3.0]
- Type checking is currently deactivated in monkey.jungle
Christos Liontos