-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feat.] Timezone selector #54
Comments
Hi, thanks for the suggestion! This is a duplicate of #49, which was closed because there was no activity. I welcome anyone to contribute this feature, but I currently don't have the time and interest to add any new features myself. |
I will implement this in exchange for a pizza 🍕 ;) |
@irgendwr i used rule and pipeline to create new timestamp field which correct with my timezone in the message. But when notifying via Telegram, there is no content of this field. |
@kklp90 does it work if you try it with an email notification? |
@irgendwr i got working it with telegram now. In the template message, it must be ${message.fields.newtime} instead of ${message.newtime}. That is a workaround to fix timezone issue. |
Is your feature request related to a problem? Please describe.
Notification body including timestamps will always produce them in server's timezone (GMT in my case).
Describe the solution you'd like
As notification body is based on the same "EmailNotification Template", and Email notifications are timezone configurable, I guess a dropdown with timezone selector could be possible to implement.
It would be great to have this option.
The text was updated successfully, but these errors were encountered: