From e95fb273f1b5e93450f473360dfb5202eff0f1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=9D=A8=E5=B8=86?= <39647285+leno23@users.noreply.github.com> Date: Sun, 17 May 2026 15:12:57 +0800 Subject: [PATCH] docs: fix IANA typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d687fe5..146d2d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ a programmer to easily display times in timezones that are not GMT or the system local time zone. Unfortunately not all systems have this function available yet. -Fortunately the underlying source code, found at [INNA](https://www.iana.org/time-zones), +Fortunately the underlying source code, found at [IANA](https://www.iana.org/time-zones), has this function available by changing compilation options. This project uses that code to build a small library to provide `localtime_rz()` and a C++ class to wrap it in.