home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / zoneinfo / src / www < prev    next >
Encoding:
Text File  |  1996-08-12  |  2.6 KB  |  72 lines

  1. # '@(#)WWW    7.3'
  2.  
  3. # From Paul Eggert <eggert@twinsun.com> (1995-11-03)
  4. #
  5. # The Web has several other sources for time zone and daylight savings data.
  6. # Here are some recent links that may be of interest.
  7. #
  8. # Date and Time Gateway
  9. #    http://www.bsdi.com/date
  10. # A text-based source for tables of current time throughout the world.
  11. # Its point-and-click interface accesses a recent version of the tz data.
  12. #
  13. # Local Times Around the World
  14. #    http://www.hilink.com.au/times/
  15. # This text-based system contains links to local time servers
  16. # throughout the world, and though the coverage is limited,
  17. # the live data provide a nice way to check one's tables.
  18. #
  19. # World Time Zones
  20. #    http://tycho.usno.navy.mil/tzones.html
  21. # US Naval Observatory data, used as the source for `usno1995'.
  22. #
  23. # Standard Time Zones of the World
  24. #    http://www.odci.gov/cia/publications/95fact/802389.gif    [54 kB]
  25. #    http://www.odci.gov/cia/publications/95fact/802389h.gif    [1317 kB]
  26. # A static time zone map, available in both low-resolution and
  27. # high-resolution versions. The quality is good, but the map does not
  28. # indicate summer time, and parts of the data are a few years out of date.
  29. #
  30. # VIBE's World Map
  31. #    http://pathfinder.com/vibe/vibeworld
  32. # An active time zone map. You can point to the map and find out what
  33. # time it is at that location. The map and data are not as good as
  34. # other sources.
  35.  
  36. ###############################################################################
  37.  
  38. # From Manavendra Thakur <Manavendra_Thakur@NeXT.COM> (1995-11-06)
  39. # To Paul's list of time zone information on the web, I would add the
  40. # following URL:
  41. #    http://www.dhl.com/dhl/dhlinfo/1bb.html
  42. # or more simply:
  43. #    http://www.dhl.com/
  44. # This is run by DHL (the courier company), and it presents a list of the  
  45. # countries served by that company.  If you then click on a particular  
  46. # country, here's an example of what you'll see (graphics stripped out):
  47. # United Kingdom
  48. # HOLIDAYS: Jan 1, 2, Apr 14, 17, May 1, 29, Aug 28, Dec 25, 26
  49. # INTERNATIONAL DIALING CODE: +44
  50. # CURRENT LOCAL TIME: 09:41 Monday 6 November 1995
  51. # I find this rather handy, and given that DHL covers 217 countries and  
  52. # territories, it's pretty comprehensive coverage.
  53. # (I have no idea what system DHL is using to calculate the local time, but  
  54. # it's been accurate so far.)
  55.  
  56. ###############################################################################
  57.  
  58.  
  59. # From Arthur David Olson <arthur_david_olson@nih.gov> (1996-01-04)
  60. #
  61. # A good source of information about ISO 8601 seems to be
  62. #    http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html
  63. # maintained by Markus Kuhn.
  64.