nextcloud/lib/public/AppFramework/Utility
Anna Larch 513371152a 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-28 12:44:11 +02:00
..
IControllerMethodReflector.php composer run cs:fix 2023-01-20 11:45:08 +01:00
ITimeFactory.php fix(utility): De- deprecate getDateTime as now() only returns immutable objects 2023-08-28 12:44:11 +02:00