blog

git clone https://git.ce9e.org/blog.git

commit
c56a80d981346d36615a3ffc4f170b171ff3b7ab
parent
e0fe0c0bc5aa0436141a8b654d78b0a2ee29372d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-01-14 21:11
typo

Diffstat

M _content/posts/2024-08-30-datetime/index.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/_content/posts/2024-08-30-datetime/index.md b/_content/posts/2024-08-30-datetime/index.md

@@ -132,7 +132,7 @@ Python-dateutil's `relativedelta` uses the top-heavy approach. JavaScript's
  132   132 `Temporal` also uses that approach, but also allows to choose a `largestUnit`.
  133   133 Python's `timedelta` uses absolute values. `moment.js` uses the explicit
  134   134 approach with fractions. Rust's `chrono` mostly uses the absolute values
  135    -1 approach, but also as a `years_since()` method.
   -1   135 approach, but also has a `years_since()` method.
  136   136 
  137   137 ## Other calendars
  138   138