widget:type = calendar insert wrong time
Posted: Mon Oct 17, 2011 4:38 am
Hello,
I have done the configuration in the files.ini for the wideget calendar.
The widget works but with a little problem.
If I insert the date “2011-10-17 10:00:00” in to the calendar, the input field in XATAFACE shows this value but in the mySQL (phpMyAdmin) I can see the date “2011-10-10 09:00:00”. This value is one hour smaller.
What is my mistake? Can I configure this reaction of the widget?
Thanks for your help.
I have done the configuration in the files.ini for the wideget calendar.
- Code: Select all
[date_start]
widget:type = calendar
widget:lang = de
widget:showsTime = 1
widget:ifFormat = %Y-%m-%d %H:%M
widget:timeFormat =24
The widget works but with a little problem.
If I insert the date “2011-10-17 10:00:00” in to the calendar, the input field in XATAFACE shows this value but in the mySQL (phpMyAdmin) I can see the date “2011-10-10 09:00:00”. This value is one hour smaller.
What is my mistake? Can I configure this reaction of the widget?
Thanks for your help.