diff --git a/xmldoc/references.xml b/xmldoc/references.xml index 5147d34b..1a6b0552 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 b47ad1f9..a30b4849 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.