cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Converting timezone of the Webex notification

fderosa
Observer

Hi,

I am working on a requirement in which, we need to incorporate into the payload of the Webex notification the time in GMT-3.
We are aware that the UTC time cannot be changed from the Dynatrace user interface, but we would like to know if it is possible to do some conversion through a mathematical operation to get that format.
We have analyzed the Webex API to see if there is any field that supports it and we also detected that the time is integrated into "ProblemsDetailsMarkdown" (but together with the detail of the whole problem).

Currently, the payload has the following configuration:

{
"roomId":"xxxxxxxxxxxxxxxxxx",
"markdown":"{Tags[APP]}, {Tags[Datacenter]}, {Tags[Función]}, {Tags[Planta]}, {ProblemTitle}, {ProblemImpact}, {ProblemSeverity}, {ProblemDetailsMarkdown}"
}

Any help you can give me, it will be appreciated.

Regards.

1 REPLY 1

DanielS
DynaMight Guru
DynaMight Guru

I don't see an elegant solution for this. But at least you can add:

the time.is link (Example https://time.is/2200_24_Feb_2023_in_UTC/GMT-3) for them, and of course you can add a new idea, to have a placeholder for time would be useful.

 

The true delight is in the finding out rather than in the knowing.

Featured Posts