[xsl] format-dateTime()

Subject: [xsl] format-dateTime()
From: "Rick Roen" <Rick@xxxxxxxxxxxxxxxxxx>
Date: Sat, 3 Jun 2006 15:22:56 -0600
Im getting unexpected results with this using Saxon 8 to transform

       <xsl:value-of select="format-dateTime(
current-dateTime(),'[M01]/[D01]/[Y0001] [h]:[m01] [Pn] [Zn] [z]')"/>

       06/03/2006 2:08 p.m. mst GMT-7

The unexpected part is that I have my XP Pro windows time zone set to
Pacific =  pst GMT  8

If I change my time zone to Mountain = mst GMT -7 then I get  cst GMT -6.

This is all off by one zone.  Am I doing something wrong?

Rick

Current Thread