plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
254 stars 191 forks source link

Show portal_timezone in date widgets #3353

Open MrTango opened 3 years ago

MrTango commented 3 years ago

BUG/PROBLEM REPORT

When a user add's an event, to let's say plone.org and the user is in the time zone Europe/Berlin, it would be good that the user sees that the portal has a different timezone and she needs to convert her time into that timezone.

What I did:

As a user with a different time zone than the portal_timezone, create an event.

What I expect to happen:

I would expect that i can at least see the portal_timezone setting when i enter a date time. Better would it be when i could change the default (portal_time zone) in the widget to my timezone, so that i don't have to do the calculation.

What actually happened:

As a user i don't see the portal_timezone and therfor can't calculate the correct time for an event.

What version of Plone/ Addons I am using:

Plone >= 5.x

It would be good to fix this for Plone 6.

MrTango commented 3 years ago

also related issues to the general topic: #2074, #1298