On Tue, 2003-11-18 at 03:07, Andreas Jung wrote:
> Update of /cvs-repository/Zope/lib/python/App/dtml
> In directory cvs.zope.org:/tmp/cvs-serv3165/lib/python/App/dtml
> 
> Modified Files:
>       undo.dtml 
> Log Message:
> fixed hour format
> 
> 
> === Zope/lib/python/App/dtml/undo.dtml 1.5 => 1.6 ===
> --- Zope/lib/python/App/dtml/undo.dtml:1.5    Tue Jun 17 13:33:29 2003
> +++ Zope/lib/python/App/dtml/undo.dtml        Tue Nov 18 03:07:44 2003
> @@ -73,7 +73,7 @@
>      </td>
>      <td align="right" valign="top" colspan="2" nowrap>
>      <div class="list-item">
> -    <dtml-var time fmt="%Y-%m-%d %I:%M:%S %p">
> +    <dtml-var time fmt="%Y-%m-%d %H:%M:%S %p">
>      </div>
>      </td>
>    </tr>

Why the trailing '%p', if the hour is in 24 hour mode?  I can see
including the zone, perhaps, but the AM / PM indicator?

Tres.
-- 
===============================================================
Tres Seaver                                [EMAIL PROTECTED]
Zope Corporation      "Zope Dealers"       http://www.zope.com



_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to