Merge lp:~fgallaire/bzr/fix-localtime into lp:bzr
Proposed by
Florent Gallaire
Status: | Needs review |
---|---|
Proposed branch: | lp:~fgallaire/bzr/fix-localtime |
Merge into: | lp:bzr |
Diff against target: |
79 lines (+34/-5) 3 files modified
bzrlib/osutils.py (+19/-5) bzrlib/tests/test_osutils.py (+12/-0) doc/en/release-notes/bzr-2.8.txt (+3/-0) |
To merge this branch: | bzr merge lp:~fgallaire/bzr/fix-localtime |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
bzr-core | Pending | ||
Review via email:
|
Description of the change
Fix buggy on Windows and 32-bit platforms local_time_
_format_date() fail back to 'original' timezone when 'local' is buggy.
To post a comment you must log in.
Unmerged revisions
- 6623. By Florent Gallaire
-
Fix for Windows and 32-bit platforms buggy local_time_
offset( ).