Hello :-) Is there any way to add a specific time zone that shows what time it is somewhere? Like:

03:25 pm GMT

to

4:27 am SST

Code:
On *:text:!time:#:{
  msg # $time(hh:nn tt) ?timezone?
}


Thanks