You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can create a project with Cookieplone, and never set the site's timezone, leaving it to use the default of UTC.
Neither frontend displays a warning or reminder to set the server's timezone.
After generating a project via Cookieplone, if you create another site for either Volto or Classic UI, you must set the Plone site's timezone.
We could use zoneinfo.available_timezones() to grab a list of timezones as options, but it would be a challenge to implement in the command line UI. Validation of the input would be a challenge as well.
The text was updated successfully, but these errors were encountered:
Cookieplone does not directly create a Plone site. It generates a Makefile which includes commands to create a Plone site. Then the Makefile is committed to a repository and multiple people in different timezones will use the commands to create their own Plone site. So, it doesn't make sense to include timezone in the cookieplone template prompts.
You can create a project with Cookieplone, and never set the site's timezone, leaving it to use the default of UTC.
Neither frontend displays a warning or reminder to set the server's timezone.
After generating a project via Cookieplone, if you create another site for either Volto or Classic UI, you must set the Plone site's timezone.
We could use
zoneinfo.available_timezones()
to grab a list of timezones as options, but it would be a challenge to implement in the command line UI. Validation of the input would be a challenge as well.The text was updated successfully, but these errors were encountered: