Hello,
I’ve been trying to change the time format. Currently it is: (example) 2014-09-22 07:20:00
But I want it to be: 22/9 09:20, so I want to add 2 hours. (UTC+2)
Where can I do this? I already tried changing things but had no luck.
-Thimo
Hello,
I’ve been trying to change the time format. Currently it is: (example) 2014-09-22 07:20:00
But I want it to be: 22/9 09:20, so I want to add 2 hours. (UTC+2)
Where can I do this? I already tried changing things but had no luck.
-Thimo
You can configure time format, there are a lot of settings - docs.dhtmlx.com/scheduler/week_v … lates.html
But normal date formatting methods will not allow to add hours. If you are storing data in UTC and want to convert it into the local time - you can use server_utc mode
I totally forgot that I was talking about the iCal to MySQL service. I was confused, sorry.
Is there any option for changing the time format for iCal->MYSQL?
Thanks in advance, if this is not the right category, please move it for me.
Currently there is no such options, but it will be nice to have it. We will check how existing code can be updated to process timezone related info correctly.
Ah, okay. I thought it was as easy, like just adding +2 on the exporter code but it wasn’t.
I hope you guys have a sort of solution, soon