mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This adds support for syntax like: !time(Jun 7 2017, 6:30 PM) so that everyone sees the time in their own local timezone. This can be used when scheduling online meetings, etc. This adds some hardcoded values for timezones, because of there being no sureshot way of determining the timezone easily. However, since the main way of using the feature should be a typeahead for entering the time, this shouldn't be cause of much concern. Fixes #5176.