Corrected the interpretation of user supplied ECMA-119 timestamp strings
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.2.7, Mar 05, 2013"
|
||||
.TH XORRISO 1 "Version 1.2.7, Mar 11, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1599,6 +1599,15 @@ scdbackup timestamps:
|
||||
YYMMDD[.hhmm[ss]]
|
||||
.br
|
||||
where "A0" is year 2000, "B0" is 2010, etc.
|
||||
.br
|
||||
ECMA\-119 volume timestamps:
|
||||
.br
|
||||
YYYYMMDDhhmmsscc
|
||||
.br
|
||||
These are normally given as GMT. The suffix "LOC" causes local timezone
|
||||
conversion. E.g. 2013010720574700, 2013010720574700LOC.
|
||||
The last two digits cc (centiseconds) will be ignored, but must be present
|
||||
in order to make the format recognizable.
|
||||
.TP
|
||||
\fB\-alter_date_r\fR type timestring iso_rr_path [***]
|
||||
Like \-alter_date but affecting all files below eventual directories.
|
||||
@ -2548,7 +2557,7 @@ It is supposed to match this GRUB line:
|
||||
E.g. 2010040711405800 is 7 Apr 2010 11:40:58 (+0 centiseconds).
|
||||
.br
|
||||
Timestrings for the other types may be given as with command \-alter_date.
|
||||
They are prone to timezone computations. The timestrings "default" or
|
||||
Some of them are prone to timezone computations. The timestrings "default" or
|
||||
"overridden" cause default settings: "c" and "m" will show the current time
|
||||
of image creation. "x" and "f" will be marked as insignificant.
|
||||
"uuid" will be deactivated.
|
||||
@ -3506,9 +3515,9 @@ The free space after the next \-commit might be smaller by several MB.
|
||||
This depends on medium type, number of recorded sessions, and drive habits.
|
||||
.TP
|
||||
\fB\-pvd_info\fR
|
||||
Print various ID strings which can be found in loaded ISO images. Some of
|
||||
them may be changed by commands like \-volid or \-publisher. For these
|
||||
IDs \-pvd_info reports what would be written with the next \-commit.
|
||||
Print various ID strings which can be found in loaded ISO
|
||||
images. Some of the IDs may be changed by commands like \-volid or \-publisher.
|
||||
For these IDs \-pvd_info reports what would be written with the next \-commit.
|
||||
.TP
|
||||
.B Navigation in ISO image and disk filesystem:
|
||||
.TP
|
||||
|
Reference in New Issue
Block a user