What's the right way of setting a valid timezone when using plone.app.event? -


After installing, I see a bunch of warning messages on the log:

  2014-04 -28 16:06:11 Warning The plone.event timezone does not have a valid timezone from the BRT Olson Database or Peatz. Falling back to UTC  

I think a new control panel is configurable, but I am wondering if there is another way to set it out of the plan. Environment diversity? Buildout?

Finally, it is coming timezone information from the BRT OS.

In fact the problem is lack of documentation on the package.

You only need one TZ Environment variable true value:

  Export TZ = "Brazil / Pre"  < / Pre> 

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -