-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
NicheOnly relevant to a very small amount of peopleOnly relevant to a very small amount of peopleStatus: Help wantedExtra attention is neededExtra attention is neededType: EnhancementNew feature or requestNew feature or request
Description
Checklist
- I have written the feature request in English with a clear and descriptive title.
- I confirmed there are no existing feature requests - open or closed - that already suggest this idea.
- I have reviewed the WIKI to ensure the feature does not already exist.
- I have checked the latest GitHub release to confirm the feature hasn't already been added.
- I verified this feature is not already mentioned in the changelogs.
- I clearly explained the feature, its use case, and why it would benefit the project.
- This submission includes only one feature request.
- I understand that vague or poorly explained requests may be closed without further discussion.
- I optionally donated to support the MultiLauncher mission.
Feature description
I would really love having the option to display a .beat / swatch internet time inplace of or together with the conventional clock. I think it would benefit the app to give people more options to display time
Additional information
.beat or swatch internet time is a different time system that is unified in all timezones. It devides the day into 1000 "beats" which each consist of 100 seconds.
Theres a great Wikipedia article explaining more.
Here is a quick JavaScript example of how to convert from unix millis to .beats
"@" + (Math.floor(100*(([unix_ms] + 3600000) % 86400000 / 86400000 * 1000))/100).toFixed(2)
Terms and Conditions
- I have read all the rules above and filled in the requiered fields to the best of my ability.
- I accept that if I fail to follow the rules listed above that i will be blocked from interactions with this project.
Metadata
Metadata
Assignees
Labels
NicheOnly relevant to a very small amount of peopleOnly relevant to a very small amount of peopleStatus: Help wantedExtra attention is neededExtra attention is neededType: EnhancementNew feature or requestNew feature or request