mattermost-community / mattermost-plugin-walltime

Timezone Message Convert for Mattermost 🕛 🕒 🕕 🕘
Apache License 2.0
26 stars 14 forks source link

Feature request: support rendering of localized times in 24-hour format, based on user preferences #39

Open ghost opened 3 years ago

ghost commented 3 years ago

It would nice if the plugin could respect the user's "Clock Display" setting (12-hour, 24-hour) when rendering localized times.

It looks like the Mattermost plugin API (server-side) supports retrieval of user preferences.

ghost commented 3 years ago

It looks like parsing of 24-hour-format messages from users does work, so I think this issue can be updated to focus purely on the display/rendering side.