I wrote a program that returns summary based on current time, but I am expereiancing an issue that current time is in my local format, but time of start and end, which I get from database are in different time zone, so in example instead of event lasting from 16:00 to 23:59 it lasts from 17:00 to 00:59 (one hour difference)
currenttime 2020-02-12 19:59:56.161262078 +0100 CET m=+0.001121940
eventstart 2019-02-13 16:00:00 +0000 UTC
eventend 2019-02-13 23:59:00 +0000 UTC
Is there any way to "parse" eventstart and eventend to be in the same timezone?