/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Alexander Belchenko
  • Date: 2008-01-02 18:47:54 UTC
  • mfrom: (3152 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3153.
  • Revision ID: bialix@ukr.net-20080102184754-wig6a9133t410ms7
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
670
670
        tt = time.localtime(t)
671
671
        offset = local_time_offset(t)
672
672
    else:
673
 
        raise errors.BzrError("unsupported timezone format %r" % timezone,
674
 
                              ['options are "utc", "original", "local"'])
 
673
        raise errors.UnsupportedTimezoneFormat(timezone)
675
674
    if date_fmt is None:
676
675
        date_fmt = "%a %Y-%m-%d %H:%M:%S"
677
676
    if show_offset: