Using Robot 'Convert Date' function (in DateTime library) to check the correspondence between timestamp and epoch, both delivered by a device under test (DUT). Problem: the DUT is in another timezone.
So what I am having difficulties is with converting the time to UTC since the exchangelib library outputs datetime_received as UTC. When the script runs I need the datetime_received (exchangelib) ...