Tobias Sorn

Results 5 comments of Tobias Sorn

Hi Elaine, since UI5 version _1.99.0_ we support setting a IANA timezone ID via the configuration. `sap.ui.getCore().getConfiguration().setTimezone("America/New_York");` which will then have the affect that all Date conversions using the DateFormat...

executed: ```shell script yo easy-ui5 ui5 build --config=uimodule/ui5.yaml self-contained ``` ui5.yaml ```yaml specVersion: "2.2" metadata: name: myUI5App_uimodule type: application framework: name: OpenUI5 version: 1.80.0 libraries: - name: sap.ui.core - name:...

### Possible solution An idea would be to create a method init in each task and this ensures all parameters are met to initiate the task. For the ones which...

There are many ways to solve this. 1) enhance `replaceGlobals` to be able to change the dependencies dynamically after the replacement. But changing this rather static logic requires quite some...