Patch-ID# 102902-03
Keywords: timezone zoneinfo zic europe australia
Synopsis: SunOS 4.1.4: Timezone Patch
Date: May/21/98

Solaris Release: 1.1.2

SunOS Release: 4.1.4

Unbundled Product: 

Unbundled Release: 

Relevant Architectures: sparc
    NOTE: sun4(all)

BugId's fixed with this patch: 4121476 1225669 1224545 1223468 1215064

Changes incorporated in this version: 4121476

Patches accumulated and obsoleted by this patch: 

Patches which conflict with this patch: 

Patches required with this patch: 

Obsoleted by: 

Files included with this patch:  australasia
				 backward
				 europe
				 zic

   
Problem Description:

4121476 --> zoneinfo database needs to be updated 

1225669 --> zoneinfo update for France in 1996

1224545 --> Patch 102880-01 causes cm to display wrong appt lists

1223468 --> Timezone BST -> GMT change incorrect for 22nd October 1995

1215064 --> zoneinfo update for england in 1996.


Patch Installation Instructions: 

1) As root, save copies of existing files:

   cd /usr/share/lib/zoneinfo
   mv europe europe.fcs
   mv australasia australasia.fcs
   mv Australia Australia.fcs
   mv /usr/etc/zic /usr/etc/zic.fcs
   
2) Copy the new files from the patch directory:

   cp /tmp/europe /usr/share/lib/zoneinfo
   cp /tmp/australasia /usr/share/lib/zoneinfo
   cp /tmp/backward /usr/share/lib/zoneinfo
   cp /tmp/zic /usr/etc
   
   Note: The old (FCS) version of zic will not compile the newer
         type of zoneinfo file contained in this patch.
         The new version of zic which is included will compile
         both older and newer zoneinfo text files.
   
3) Install the new timezone files:

   /usr/etc/zic europe
   /usr/etc/zic australasia
   /usr/etc/zic backward
   
4) Copy your correct timezone to localtime:

   example: 
   cp /usr/share/lib/zoneinfo/MET /usr/share/lib/zoneinfo/localtime
