I think it would be cool to have a education banner (the one that cover the right panel) telling that Discourse has support for timezone aware timestamps if the post matches the conditions:
Matches [0-9]{1,2}:[0-9]{2}
[0-9]{1,2}:[0-9]{2}
Matches zone and time (localization problem?)
zone
time
It may be cool, but seeing that regex doesn’t explain to me how to use it. I suggest you should also add an example or 2.
It won’t validate hours:minutes but it will match valid hours:minutes. i.e.
h:mm and hh:mm
eg. 1:00 23:55
The regex is just a condition to trigger a education message…