nextcloud-server/lib/public/AppFramework/Utility
Anna Larch 66c1aa4a3c fix(utility): De- deprecate getDateTime as now() only returns immutable objects
This will mean lots of code like
```$dateTime = (new DateTime())->setTimestamp(ITimeFactory::now()->getTimestamp()```
if a regular DateTime object is needed

Signed-off-by: Anna Larch <anna@nextcloud.com>
2023-08-25 08:55:44 +07:00
..
IControllerMethodReflector.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ITimeFactory.php fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2023-08-25 08:55:44 +07:00