#!/bin/sh

cd /usr/share/zoneinfo; find . -type f -or -type l | 
	grep '^./[A-Z]' | sort | sed 's/^..//'
