One of my content types has the field Date and time. When it was created the wrong settings were set and it is now not possible to change these because there’s data for the field saved in the database. The field is Date and time which makes it easier to pick date and time. How can I change these settings without having to make a new field with correct settings. Where can I find the settings in the database and manually change it? Screenshot of the settings i can’t change:
http://d.pr/MT3r
The problem is that the Time zone is set to Site’s time zone and somehow it doesn’t match with the time zone set in the Site configuration. I need to change this to “No time zone”.
Ended up using my own timezone conversion:
Which works perfectly. Dunno why Drupal 7 couldn’t do this itself.