Skip to content

Commit 7176ea4

Browse files
Update proposed/clock-meta.md
Co-authored-by: Woody Gilk <[email protected]>
1 parent 41856ad commit 7176ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/clock-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This means that for the sake of this PSR the timezone is considered an implement
6767

6868
It is up to the implementation to make sure that the timezone is handled according to the business logic of the application. That is either by making sure that a call to `now()` will only return a `DateTimeImmutable` object with a known timezone (implicit contract) or by explicitly changing the timezone to be correct for the application. This can be done by calling `setTimezone()` to create a new `DateTimeImmutable` object with the given timezone.
6969

70-
These are though actions that are not part of the contract which this interface defines.
70+
These actions are not defined in this interface.
7171

7272

7373
### 4.2 Example Implementations

0 commit comments

Comments
 (0)