From cfaa6a1febfa82d4539dab0e7284d87f6d353898 Mon Sep 17 00:00:00 2001 From: computermacgyver Date: Mon, 31 Aug 2020 09:50:55 +0100 Subject: [PATCH] Refactoring of customize.js location; add README --- apps/worldclock/ChangeLog | 1 + apps/worldclock/README.md | 20 ++++++++++++++++++++ apps/worldclock/custom.html | 2 +- apps/worldclock/worldclock.png | Bin 0 -> 3680 bytes 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 apps/worldclock/README.md create mode 100644 apps/worldclock/worldclock.png diff --git a/apps/worldclock/ChangeLog b/apps/worldclock/ChangeLog index 43ecbdf62..7d48decd5 100644 --- a/apps/worldclock/ChangeLog +++ b/apps/worldclock/ChangeLog @@ -1 +1,2 @@ 0.01: First try +0.02: Update custom.html for refactor; add README diff --git a/apps/worldclock/README.md b/apps/worldclock/README.md new file mode 100644 index 000000000..058d7775d --- /dev/null +++ b/apps/worldclock/README.md @@ -0,0 +1,20 @@ +# World Clock - See the time in five locations + +In addition to the main clock and date in your current location, you can add up to four other locations. Great for travel or remote working. + +![](worldclock.png) + +## Usage + +Provide names and the UTC offsets for up to four 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). + +The clock does not handle summer time / daylight saving time changes automatically. If one of your four 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. + + +## Requests + +[Reach out to Scott](https://www.github.com/computermacgyver) if you have feature requests or notice bugs. + +## Creator + +Made by [Scott Hale](https://www.github.com/computermacgyver), based upon the [Simple Clock](https://github.com/espruino/BangleApps/tree/master/apps/sclock). diff --git a/apps/worldclock/custom.html b/apps/worldclock/custom.html index a997663fc..a857b2f72 100644 --- a/apps/worldclock/custom.html +++ b/apps/worldclock/custom.html @@ -17,7 +17,7 @@

Click

- +