~ubuntu-branches/ubuntu/wily/python-tz/wily

« back to all changes in this revision

Viewing changes to pytz.egg-info/PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Arnaud Fontaine
  • Date: 2012-06-06 11:10:31 UTC
  • mto: (17.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120606111031-lh9jxx23y0dzzv90
Tags: upstream-2012c
ImportĀ upstreamĀ versionĀ 2012c

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Metadata-Version: 1.0
2
2
Name: pytz
3
 
Version: 2011h
 
3
Version: 2012c
4
4
Summary: World timezone definitions, modern and historical
5
5
Home-page: http://pytz.sourceforge.net
6
6
Author: Stuart Bishop
185
185
        >>> normal = datetime(2009, 9, 1)
186
186
        >>> ambiguous = datetime(2009, 10, 31, 23, 30)
187
187
        
188
 
        the ``is_dst`` parameter is ignormed for most timestamps, but
189
 
        is used to resolve the ambiguity during ambiguous periods caused
190
 
        to DST transitions.
 
188
        The ``is_dst`` parameter is ignored for most timestamps. It is only used
 
189
        during DST transition ambiguous periods to resulve that ambiguity.
191
190
        
192
191
        >>> tz.utcoffset(normal, is_dst=True)
193
192
        datetime.timedelta(-1, 77400)