Bruce Momjian <pgman@candle.pha.pa.us> writes: > I assume it is related to these two TODO entries:
> o Merge hardwired timezone names with the TZ database; allow either > kind everywhere a TZ name is currently taken Yes, the point here is that the datetime token table has a bunch of hardwired zone names --- actually not so much timezone names as names for specific GMT offsets (eg, it has EST and EDT but not EST5EDT). We need to think about how to generalize that facility and merge it with the zic stuff. This is not something that's going to get fixed for 8.1, however. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend