The time given is local time in Uganda. THe +3 does not actually mean you have to add 3 hours to it, it is just telling you that the local time is given at UTC+3. So defintiel do not add 3 to it. You should be able to do most of what you need to do without needing to change this. The submissions are the prediction against the index not against the time so it wont affect your submission. If you are worried you could explore tz_localize and tz_convert but really dont think you need to go there.
Hi!
Does it matter?
I don't know. To know it, I would have to make one submission and I don't have one submission to lose.
The time given is local time in Uganda. THe +3 does not actually mean you have to add 3 hours to it, it is just telling you that the local time is given at UTC+3. So defintiel do not add 3 to it. You should be able to do most of what you need to do without needing to change this. The submissions are the prediction against the index not against the time so it wont affect your submission. If you are worried you could explore tz_localize and tz_convert but really dont think you need to go there.
Does it matter? I think not
The data is a time-series(time-dependent) type of data, the +03:00 just indicates the GMT zone, you can convert this column to a timestamp
Okay. Thank you.