Skip to content

Commit f360ed8

Browse files
Update proposed/clock-meta.md
Co-authored-by: Woody Gilk <[email protected]>
1 parent 39a8cca commit f360ed8

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
@@ -2,7 +2,7 @@
22

33
## 1. Summary
44

5-
Getting the current time in applications is a rather straightforward thing given the language's native `time()` function (or one of its similar functionalities like `microtime()` or `new DateTimeImmutable()` etc.)
5+
Getting the current time in applications is typically achieved using the `time()` or `microtime` functions, or by using a `new \DateTimeImmutable()` class.
66

77
Due to the nature of time as constantly progressing it becomes a nuisance to use these functions if you need predictable results, for example when testing.
88

0 commit comments

Comments
 (0)