<?xml version="1.0" encoding="windows-1252"?>
<node id="997322" title="Re^3: TimeZone convert problem." created="2012-10-04 16:35:06" updated="2012-10-04 16:35:06">
<type id="11">
note</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
Start with one of these
&lt;c&gt;
my $dt = DateTime::Format::ISO8601-&gt;parse_datetime( $datestr  );
my $dt = DateTime::Format::DateParse-&gt;parse_datetime( $datestr );
my $dt = DateTime::Format::Flexible-&gt;parse_datetime( $datestr  );
&lt;/c&gt;
Then finish with &lt;c&gt;
$dt-&gt;set_time_zone( 'Country/City' );
print $dt-&gt;strftime( q[%a %b %e %H:%M:%S %Z %Y] ), "\n";
&lt;/c&gt; or whatever
</field>
<field name="root_node">
997304</field>
<field name="parent_node">
997316</field>
<field name="reputation">
6</field>
</data>
</node>
