Opened 18 years ago
Closed 18 years ago
#4099 closed defect (fixed)
Perl bindings-Add leading zero to seconds in format_name
| Reported by: | Owned by: | xris | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | perl / nuvexport | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The attached patch adds the leading zero to seconds in format_name when seconds < 10. This matches the behavior of the minutes (always has leading zero).
This is extremely useful for users trying to "undo" an accidental name change they've done by running mythrename.pl without the --link argument.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | mythtv-perl_bindings-format_name-leading_zero_for_seconds.patch added |
|---|
comment:1 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [14997]) Apply patch to add leading zero to seconds for name formatting. Closes #4099