This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] tzcode: The time zone package


Hi

I would like to contribute and maintain the timezone package:

 * http://www.twinsun.com/tz/tz-link.htm

a public-domain time zone database which contains code and data that
represent the history of local time for many representative locations
around the globe. This package contains the zic time zone compiler,
the zdump timezone dump routine, and various timezone library routines.
These functions deal with variations in the time zone rules in the world. 

Here is the setup.hint file:

sdesc: "The time zone package."
ldesc: "The public-domain time zone database contains code and data that represent the history of local time for many
representative locations around the globe. It is updated periodically to reflect changes made by political bodies to UTC
offsets and daylight-saving rules.

Each location in the database represents a national region where all clocks keeping local time have agreed since 1970.
Locations are identified by continent or ocean and then by the name of the location, which is typically the largest city
within the region. For example, America/New_York represents most of the US eastern time zone; America/Indianapolis
represents most of Indiana, which uses eastern time without daylight saving time (DST); America/Detroit represents most of
Michigan, which uses eastern time but with different DST rules in 1975; and other entries represent smaller regions like
Starke County, Kentucky, which switched from central to eastern time in 1991. To use the database, set the TZ environment
variable to the location's full name, e.g., TZ=America/New_York."
category: Libs System
requires: cygwin

---------------------------------- cut here ----------------------------

#!/bin/bash
wget http://de.geocities.com/vzell1/cygwin/setup.hint.tzcode-2003d-1.zip
mv setup.hint.tzcode-2003d-1.zip setup.hint

wget http://de.geocities.com/vzell1/cygwin/tzcode-2003d-1-src.tar.zip
mv tzcode-2003d-1-src.tar.zip tzcode-2003d-1-src.tar.bz2

wget http://de.geocities.com/vzell1/cygwin/tzcode-2003d-1.tar.zip
mv tzcode-2003d-1.tar.zip tzcode-2003d-1.tar.bz2

---------------------------------- cut here ----------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]