BangleApps/apps/hworldclock/README.md

27 lines
1.4 KiB
Markdown
Raw Normal View History

2022-06-11 13:16:18 +00:00
# Hanks World Clock - See the time in four locations
2022-07-12 05:12:54 +00:00
In addition to the main clock and date in your current location, you can add up to three other locations. Great for travel or remote working.
Additionally we show the sunset/sunrise and seconds for the current location and the day name is shown in your locale.
If watch is locked, seconds get refreshed every 10 seconds.
2022-06-11 13:16:18 +00:00
![](hworldclock.png)
## Usage
2022-07-12 05:12:54 +00:00
Location for sun set / rise set with mylocation app.
2022-07-01 17:12:53 +00:00
2022-07-12 05:12:54 +00:00
Provide names and the UTC offsets for up to three other timezones in the app store. These are stored in a json file on your watch. UTC offsets can be decimal (e.g., 5.5 for India).
2022-06-11 13:16:18 +00:00
The clock does not handle summer time / daylight saving time changes automatically. If one of your three locations changes its UTC offset, you can simply change the setting in the app store and update. Currently the clock only supports 24 hour time format for the additional time zones.
## Requests
Please use [the Espruino Forum](http://forum.espruino.com/microcosms/1424/) if you have feature requests or notice bugs.
## Creator
Created by Hank.
2022-07-12 05:12:54 +00:00
Based on the great work of "World Clock - 4 time zones". Made by [Scott Hale](https://www.github.com/computermacgyver), based upon the [Simple Clock](https://github.com/espruino/BangleApps/tree/master/apps/sclock).
2022-07-01 17:12:53 +00:00
And Sun Clock [Sun Clock](https://github.com/espruino/BangleApps/tree/master/apps/sunclock)