Yeah, leaving it as UTC was fine. My date vernacular was off in my
original question, sorry.
Actually I was able to solve the problem a different way. I'm
generating a SIMILE Timeline XML output from Solr, and it has a date-
time-format option. Setting that to "iso8601" was all it took,
: for pragmatic "the desired output is straightforward XML" reasons. I need to
: take a Solr date value in "2008-10-30T03:28:10.000Z" format and output it as a
: GMT formatted date like "Oct 30 2008 03:28:10 GMT-0600".
:
: Anyone got the incantation handy to make such a conversion in XSLT?
I can