Update of /cvsroot/pywin32/pywin32/win32/help
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31725/win32/help
Modified Files:
py3k.html
Log Message:
add better link to win32timezone methods
Index: py3k.html
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/help/py3k.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** py3k.html 28 Jan 2009 10:47:40 -0000 1.1
--- py3k.html 31 Jan 2009 05:50:41 -0000 1.2
***************
*** 29,35 ****
method, but otherwise the datetime object is identical to the base
class. All time objects returned by pywin32 will have a UTC timezone
! (via the win32timezone module), and times with any timezone will be
! accepted when passed to pywin32 - but "time zone naive" objects are
! *not* supported.
</p>
<p>
--- 29,35 ----
method, but otherwise the datetime object is identical to the base
class. All time objects returned by pywin32 will have a UTC timezone
! (via the <a href="win32timezone.TimeZoneInfo__utc_meth.html">win32timezone.TimeZoneInfo.utc() method</a>),
! and times with any timezone will be accepted when passed to pywin32 -
! but "time zone naive" objects are *not* supported.
</p>
<p>
|