Skip to content
Snippets Groups Projects
Unverified Commit 61ce4f4e authored by Joas Schilling's avatar Joas Schilling
Browse files

Add methods to public interface

parent 6ab004fa
No related branches found
No related tags found
No related merge requests found
...@@ -519,4 +519,16 @@ interface IServerContainer { ...@@ -519,4 +519,16 @@ interface IServerContainer {
* @since 9.0.0 * @since 9.0.0
*/ */
public function getContentSecurityPolicyManager(); public function getContentSecurityPolicyManager();
/**
* @return \OCP\IDateTimeZone
* @since 8.0.0
*/
public function getDateTimeZone();
/**
* @return \OCP\IDateTimeFormatter
* @since 8.0.0
*/
public function getDateTimeFormatter();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment