We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7e324 commit 4e798f4Copy full SHA for 4e798f4
1 file changed
README.md
@@ -37,3 +37,16 @@ $project = new Project(
37
```shell
38
$ composer require plook/type-guard
39
```
40
+
41
+## Configuration
42
43
+### Setting the default target time zone of `DateTimeImmutable` objects
44
+```php
45
+Convert::timeZone('Australia/Adelaide');
46
+Convert::timeZone(new DateTimeZone('Australia/Adelaide'));
47
+```
48
49
+### Setting the default format of date time strings
50
51
+Convert::dateTimeFormat(DateTimeInterface::ATOM);
52
0 commit comments