Corrected the interpretation of user supplied ECMA-119 timestamp strings
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.2.7, Mar 05, 2013"
|
||||
@c man .TH XORRISO 1 "Version 1.2.7, Mar 11, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -1962,6 +1962,15 @@ scdbackup timestamps:
|
||||
YYMMDD[.hhmm[ss]]
|
||||
@*
|
||||
where "A0" is year 2000, "B0" is 2010, etc.
|
||||
@*
|
||||
ECMA-119 volume timestamps:
|
||||
@*
|
||||
YYYYMMDDhhmmsscc
|
||||
@*
|
||||
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.
|
||||
@c man .TP
|
||||
@item -alter_date_r type timestring iso_rr_path [***]
|
||||
@kindex -alter_date_r sets timestamps in ISO image
|
||||
@ -3015,7 +3024,7 @@ It is supposed to match this GRUB line:
|
||||
E.g. 2010040711405800 is 7 Apr 2010 11:40:58 (+0 centiseconds).
|
||||
@*
|
||||
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.
|
||||
@ -4106,9 +4115,9 @@ This depends on medium type, number of recorded sessions, and drive habits.
|
||||
@item -pvd_info
|
||||
@kindex -pvd_info shows image id strings
|
||||
@cindex Image, show id strings, -pvd_info
|
||||
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.
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Navigation in ISO image and disk filesystem:
|
||||
|
Reference in New Issue
Block a user