wbreeze / ShipsClock

An iOS, SwiftUI clock for tracking watches on board a ship. Marks the day in periods of four hours.
https://wbreeze.github.io/ShipsClock
Apache License 2.0
2 stars 0 forks source link

Add an option to show time with specified UTC offset #28

Open wbreeze opened 3 years ago

wbreeze commented 3 years ago

The clock currently shows system time. Add an option to show a specified UTC offset time. This would be hours and minutes, up to 12, ahead of or behind UTC. Selecting with a zero offset would be equivalent to using the UTC setting.

This is almost a “to be comprehensive” enhancement, least likely to be used.

This requires a second input field in the configuration if selected.

Depends on #24