Skip to content

Commit 131c47f

Browse files
committed
No TZ post yet, it will appear later
1 parent eed59fa commit 131c47f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posts/2026-01-14-stop-using-datetime-in-2026-unless-you-work-for-unesco.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ DateTime.now + 1 # => 1 day later
104104

105105
This has caused bugs. Many bugs.
106106

107-
**Ignores DST**. `DateTime` doesn't track daylight saving time. We covered this in [our previous post about timezone bugs](#), but the summary: if you use DateTime for anything involving timezones, you will have bugs.
107+
**Ignores DST**. `DateTime` doesn't track daylight saving time. If you use DateTime for anything involving timezones, you will have bugs.
108108

109109
**Performance**. `Time` is faster. Noticeably.
110110

0 commit comments

Comments
 (0)