<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi all<br>
    <br>
    I hope I'm not missing something obvious here. ZopeTime is gaining
    two hours when it's string formatted.<br>
    <b><br>
      thistime = context.ZopeTime().strftime("%Y/%m/%d %H:%M:%S")<br>
      print "ZopeTime:"<br>
      print context.ZopeTime()<br>
      <br>
      print "String formatted ZopeTime:"<br>
      print thistime<br>
    </b><br>
    <br>
    The output is this:<b><br>
      <br>
    </b><span class="Apple-style-span" style="border-collapse: separate;
      color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
      normal; font-variant: normal; font-weight: normal; letter-spacing:
      normal; line-height: normal; orphans: 2; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; font-size: medium;"><span
        class="Apple-style-span" style="color: rgb(48, 48, 48);
        font-family: Arial,Helvetica,sans-serif; font-size: 14px;">ZopeTime:
        2011/09/20 10:16:12.628 GMT+1<span class="Apple-converted-space">
          <br>
          <br>
        </span>String formatted ZopeTime: 2011/09/20 12:16:12<span
          class="Apple-converted-space"> </span></span></span><br>
    <br>
    How come string formatted ZopeTime gains two hours?<br>
    <br>
    Cheers<br>
    Rich<br>
  </body>
</html>