Get default time zone of project settings with java in 3.0.0

2
I would like to retrieve the default time zone that has been set for the project in a java file. Is this possible and if so how can this be done?
asked
1 answers
0

No, this is part of the model and cannot be retrieved in a Java Action. You could file a feature request to make this available in the Core API.

A rather dirty workaround would be to create a new user and then check which timezone (in the System model) was assigned to it ;)

answered