document.write('<link rel="stylesheet" href="http://flowcoder.com/stylesheets/pygment_trac.css" />');
document.write('<link rel="stylesheet" href="http://flowcoder.com/stylesheets/embed.css" />');
document.write('<div class="flowcoder_post flowcoder_clearfix">');
document.write('<div class="flowcoder_posttitle"><a href=\"http://flowcoder.com/76\">Timezone awareness <\/a></div>');
document.write('<div class="flowcoder_postbody flowcoder_syntax"><div class=\"highlight\"><pre>&gt;&gt; Time.zone = &quot;EST&quot;\n=&gt; &quot;EST&quot;\n&gt;&gt; Part.first.created_at\n=&gt; Mon, 24 Aug 2009 09:26:05 EST -05:00\n&gt;&gt; Time.zone = &quot;Sydney&quot;\n=&gt; &quot;Sydney&quot;\n&gt;&gt; Part.first.created_at\n=&gt; Tue, 25 Aug 2009 00:26:05 EST +10:00\n<\/pre><\/div>\n</div>');
document.write('<div class="flowcoder_bottombar flowcoder_clearfix">');
document.write('<div class="flowcoder_postedby">Posted by <a href=\"http://flowcoder.com/eladmeidar\">eladmeidar<\/a> on <a href=\"http://flowcoder.com/\">Flowcoder<\/a></div>');
document.write('<div class="flowcoder_viewraw"><a href=\"http://flowcoder.com/76.txt\">view raw<\/a></div>');
document.write('</div></div>');
