BangleApps/apps/elapsed_t
paul-arg 532abba4d5
elapsed_t: handle DST in day/month/year mode
2024-06-12 19:09:58 +02:00
..
ChangeLog elapsed_t: handle DST in day/month/year mode 2024-06-12 19:09:07 +02:00
README.md add ,author 2024-03-25 18:18:46 +01:00
app-icon.js initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
app.js elapsed_t: handle DST in day/month/year mode 2024-06-12 19:09:58 +02:00
app.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
metadata.json elapsed_t: add option to set clock as default 2024-06-11 13:09:19 +02:00
screenshot1.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
screenshot2.png Update screenshot2.png 2024-03-27 19:28:19 +01:00
screenshot3.png initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00
screenshot4.png handle dark theme + add screenshot 2024-03-25 15:48:00 +01:00
settings.js initial Elapsed Time Clock commit 2024-03-23 19:22:48 +01:00

README.md

Elapsed Time Clock

A clock that calculates the time difference between now (in blue/cyan) and any given target date (in red/orange).

The results is show in years, months, days, hours, minutes, seconds. To save battery life, the seconds are shown only when the watch is unlocked, or can be disabled entirely.

The time difference is positive if the target date is in the past and negative if it is in the future.

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Settings

Time and date formats:

  • time can be shown in 24h or in AM/PM format
  • date can be shown in DD/MM/YYYY, MM/DD/YYYY or YYYY-MM-DD format

Display years and months

You can select if the difference is shown with years, months and days, or just days.

TODO

  • add the option to set an alarm to the target date
  • add an offset to said alarm (e.g. x hours/days... before/after)

Author

paul-arg github