We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3624d commit e7cd9c3Copy full SHA for e7cd9c3
docs/2-features/15-datetime.md
@@ -113,9 +113,9 @@ You may format a {b`Tempest\DateTime\DateTime`} instance in a specific format us
113
use Tempest\DateTime\FormatPattern;
114
use Tempest\Intl\Locale;
115
116
-$date->format(); // 19 Sept 2025, 02:00:00
117
-$date->format(pattern: FormatPattern::COOKIE); // Monday, 19-Sept-2025 02:00:00 BST
118
-$date->format(locale: Locale::FRENCH); // 19 sept. 2025, 02:00:00
+$date->format(); // Jan 7, 2026, 10:30:05 PM
+$date->format(pattern: FormatPattern::COOKIE); // Wednesday, 07-Jan-2026 22:30:46 UTC
+$date->format(locale: Locale::FRENCH); // 7 janv. 2026, 22:32:12
119
```
120
121
## Clock interface
0 commit comments