1
0
Fork 0
BangleApps/apps/ftclock
thyttan 0d2093a134 Clock app tell clock widgets to hide #3 2022-09-06 20:56:43 +02:00
..
.gitignore `mkFourTwentyTz.js` now handles new CSV format 2022-03-27 14:11:49 +03:00
ChangeLog Clock app tell clock widgets to hide #3 2022-09-06 20:56:43 +02:00
README.md Rewrite mkFourTwentyTz in JS (instead of Python) 2022-01-09 14:17:14 +02:00
app-icon.js Add Four Twenty Clock app 2021-12-21 01:01:10 +02:00
app.js Clock app tell clock widgets to hide #3 2022-09-06 20:56:43 +02:00
app.png Add Four Twenty Clock app 2021-12-21 01:01:10 +02:00
fourTwenty.js RAM efficient version of `fourTwentyTz.js` 2022-01-12 19:19:16 +02:00
fourTwentyTz.js `mkFourTwentyTz.js` now handles new CSV format 2022-03-27 14:11:49 +03:00
metadata.json Clock app tell clock widgets to hide #3 2022-09-06 20:56:43 +02:00
mkFourTwentyTz.js `mkFourTwentyTz.js` now handles new CSV format 2022-03-27 14:11:49 +03:00
package.json Rewrite mkFourTwentyTz in JS (instead of Python) 2022-01-09 14:17:14 +02:00
screenshot.png ftclock README and better screenshots 2021-12-21 01:53:39 +02:00
screenshot1.png ftclock README and better screenshots 2021-12-21 01:53:39 +02:00

README.md

Four Twenty Clock

A clock that tells when and where it's going to be 4:20 next

screensot screenshot at 4:20

Generating fourTwentyTz.js

Once in a while we need to regenerate it for 2 reasons:

  • One or more places got in or out of daylight saving time (DST) mode.
  • The database saying when places enter/exit DST mode got updated.

I'll do my best to release a new version every time this happens, but if you ever need to do this yourself, here's how:

  • cd to the ftclock folder
  • If you haven't done so yet, run npm install there (this would create the node_modules folder).
  • Get and unzip the latest timezone.csv.zip from https://timezonedb.com/download
  • Run npm run make

Creator

Nimrod Kerrett