Add CST (China Standard Time) to our lists of timezone abbreviations.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0680247192ebd7bed0e00053ed907618ca969d00
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-12-24T21:35:34Z
Releases: 9.4.1
Add CST (China Standard Time) to our lists of timezone abbreviations.

For some reason this seems to have been missed when the lists in
src/timezone/tznames/ were first constructed.  We can't put it in Default
because of the conflict with US CST, but we should certainly list it among
the alternative entries in Asia.txt.  (I checked for other oversights, but
all the other abbreviations that are in current use according to the IANA
files seem to be accounted for.)  Noted while responding to bug #12326.

Files