Timezone support
See original GitHub issueStory: As a user, I want to select a timezone so that the time I choose has the correct context.
Implementation: A feature flag ( { includeTimezone: true }
or similar ), which would “turn on” the timezone feature, resulting in a link below the clock face to choose the timezone. Clicking this link will load a typeahead component that will help users select a timezone based on fuzzy search of IANA timezone data.
Notes: In progress! 🤓 🚀
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
timezone-support - npm
Lightweight time zone support for your applications or other date libraries.. Latest version: 3.1.0, last published: 19 days ago.
Read more >prantlf/timezone-support: Lightweight time zone ... - GitHub
Minimal interface for time zone lookup and conversions. Parsing, formatting and manipulating dates is usually the task for a higher-level date library.
Read more >List of Supported Timezones - Manual - PHP
Here you'll find the complete list of timezones supported by PHP, ... Note: The latest version of the timezone database can be installed...
Read more >timezone-support examples - CodeSandbox
Timezone Support Examples. Learn how to use timezone-support by viewing and forking example apps that make use of timezone-support on CodeSandbox.
Read more >5.1.15 MySQL Server Time Zone Support
This section describes the time zone settings maintained by MySQL, how to load the system tables required for named time support, how to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@carlodicelico Hey Carlo, I have published v1.4.5 right now, using React.PureComponent to upgrade performance --> #36 So you can pull master branch to sync to avoid unnecessary conflict.
PS: Good luck for your work!
Cool!