BangleApps/apps/ftclock
Adam Schmalhofer 3de7692e2c Merge branch 'master' into jekyll-apps.json 2022-01-13 21:41:39 +01:00
..
.gitignore
ChangeLog
README.md
app-icon.js
app.js
app.png
fourTwenty.js
fourTwentyTz.js Remove a `;` that was disturbing Travis 2022-01-12 19:36:27 +02:00
metadata.json Merge branch 'master' into jekyll-apps.json 2022-01-13 21:41:39 +01:00
mkFourTwentyTz.js Remove a `;` that was disturbing Travis 2022-01-12 19:36:27 +02:00
package.json
screenshot.png
screenshot1.png

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