-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to have offsets in form field #46
Comments
Yeah, looks like a good idea. Pull requests happily entertained :) I would prefer this was first implemented as optional behavior, not default. If it's great and everyone loves it, we can later move it from optional to default. |
Great idea but yes indeed should always be optional IMHO. |
* issue_46_implement_GMT_offset_in_timezones * issue_46_implement_GMT_offset_in_timezones remove comment * issue_46_implement_GMT_offset_in_timezones remove underscores from names. * write tests and move function to utils. Probably makes more sense. * add documentation.
This was merged into master in 6b8bbc4 and will be included in the next release. It is off by default. |
This feature doesn't appear to be in 4.0, would be great to see it there! |
@drtpotter it's available as an optional kwarg for the field, |
Hi,
Besides just showing drop-down box with names of timezones, it would be nice to show them with offsets, in parenthesis maybe. It is usual practice on a lot of websites (example is from crowdin, but I think you are aware of what I am referring to)
Maybe not as default behavior, but controllable over settings (not sure, just throwing ideas)
The text was updated successfully, but these errors were encountered: