From ccf4af4fa32c9e75b7768eafbbd5783070ae9d77 Mon Sep 17 00:00:00 2001 From: Stephen Hansen Date: Thu, 3 Nov 2022 20:33:15 -0400 Subject: [PATCH 1/2] update twinsun links to use archive.org --- xmldoc/references.xml | 2 +- xmldoc/tz_database.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xmldoc/references.xml b/xmldoc/references.xml index 5147d34b1..1a6b0552f 100644 --- a/xmldoc/references.xml +++ b/xmldoc/references.xml @@ -62,7 +62,7 @@ XTime C extension proposal Another C library extension proposal by David Tribble libTAI is a C based time library - Time Zone Database C library for managing timezones/places + Time Zone Database C library for managing timezones/places International Components for Unicode by IBM (open source) Calendar Class diff --git a/xmldoc/tz_database.xml b/xmldoc/tz_database.xml index b47ad1f9e..c9a1e39ea 100644 --- a/xmldoc/tz_database.xml +++ b/xmldoc/tz_database.xml @@ -19,7 +19,7 @@ Introduction - The local_time system depends on the ability to store time zone information. Our Time Zone Database (tz_database) is a means of permanently storing that data. The specifications for many time zones (377 at this time) are provided. These specifications are based on data found in the zoneinfo datebase. The specifications are stored in the file:libs/date_time/data/date_time_zonespec.csv. While this file already contains specifications for many time zones, it's real intent is for the user to modify it by adding (or removing) time zones to fit their application. See Data File Details to learn how this is accomplished. + The local_time system depends on the ability to store time zone information. Our Time Zone Database (tz_database) is a means of permanently storing that data. The specifications for many time zones (377 at this time) are provided. These specifications are based on data found in the zoneinfo datebase. The specifications are stored in the file:libs/date_time/data/date_time_zonespec.csv. While this file already contains specifications for many time zones, it's real intent is for the user to modify it by adding (or removing) time zones to fit their application. See Data File Details to learn how this is accomplished. From 0121c8b6f3af4d45e7c11d6c5e95c6645593be0b Mon Sep 17 00:00:00 2001 From: Stephen Hansen Date: Thu, 3 Nov 2022 20:40:03 -0400 Subject: [PATCH 2/2] added a space by mistake --- xmldoc/tz_database.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldoc/tz_database.xml b/xmldoc/tz_database.xml index c9a1e39ea..a30b4849d 100644 --- a/xmldoc/tz_database.xml +++ b/xmldoc/tz_database.xml @@ -19,7 +19,7 @@ Introduction - The local_time system depends on the ability to store time zone information. Our Time Zone Database (tz_database) is a means of permanently storing that data. The specifications for many time zones (377 at this time) are provided. These specifications are based on data found in the zoneinfo datebase. The specifications are stored in the file:libs/date_time/data/date_time_zonespec.csv. While this file already contains specifications for many time zones, it's real intent is for the user to modify it by adding (or removing) time zones to fit their application. See Data File Details to learn how this is accomplished. + The local_time system depends on the ability to store time zone information. Our Time Zone Database (tz_database) is a means of permanently storing that data. The specifications for many time zones (377 at this time) are provided. These specifications are based on data found in the zoneinfo datebase. The specifications are stored in the file:libs/date_time/data/date_time_zonespec.csv. While this file already contains specifications for many time zones, it's real intent is for the user to modify it by adding (or removing) time zones to fit their application. See Data File Details to learn how this is accomplished.