*EPL used
*While creating measurements and events from the EPL, the time that is genenrated is in a different timezone compared to UTC. Considered trying the TimeFormat methods, we are still not able to generate the time in UTC . Below mentioned response demonstrates the situation.
float currentTime is used to fetch the exact time to create measurements and events. But while fetching response of the events/measurements, it is +2:00 ahead of UTC.
{
“type”: “xxxxxxx”,
“lastUpdated”: “2023-10-14T08:43:16.552Z”,
“time”: “2023-10-14T10:43:13.300+02:00”,
“id”: “xxxxxx”
}
How this “time” can be as same as the “lastUpdated” using EPL?