bzr: ERROR: Could not parse --commit-time: unconverted data remains: .000000000
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Bazaar can't parse time when fraction of seconds is specified. Numerous tools output time in this format and their documentation even sometimes calls this an ISO format (e.g. ls --style=full-iso). It looks like recent python can parse such time without problems:
http://
$ bzr --version
Bazaar (bzr) 2.3.1
Python interpreter: /usr/bin/python 2.7.1
Python standard library: /usr/lib/python2.7
Platform: Linux-2.
$ /usr/bin/stat --format %y some_file
2011-06-26 15:27:16.000000000 +0300
$ bzr commit --commit-
bzr: ERROR: Could not parse --commit-time: unconverted data remains: .000000000
Changed in bzr: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: check-for-breezy |