How to convert UTC to EET in ggplot2 geom_segment chart?
I’m trying to adjust the UTC time into EET time in a gantt type of chart, where I want to plot some Cron schedulings which are in the UTC time. UTC to EET conversion does not seem to take into account the DST, e.g. for AA it should be +03:00 hours, not +02:00 hours. Here is the code. How can I adjust the time conversion and Y-axis in the plot?