Corrected the interpretation of user supplied ECMA-119 timestamp strings
This commit is contained in:
@ -1449,6 +1449,12 @@ whether they stem from the loaded image or were newly inserted.
|
||||
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.
|
||||
|
||||
-alter_date_r type timestring iso_rr_path [***]
|
||||
Like -alter_date but affecting all files below eventual
|
||||
@ -2257,7 +2263,7 @@ according to the setting of command -acl.
|
||||
search --fs-uuid --set YYYY-MM-DD-hh-mm-ss-cc
|
||||
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
|
||||
-alter_date. 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.
|
||||
@ -3073,9 +3079,9 @@ File: xorriso.info, Node: Inquiry, Next: Navigate, Prev: DialogCtl, Up: Comm
|
||||
|
||||
-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.
|
||||
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.
|
||||
|
||||
|
||||
File: xorriso.info, Node: Navigate, Next: Verify, Prev: Inquiry, Up: Commands
|
||||
@ -4686,7 +4692,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -add inserts one or more paths: Insert. (line 45)
|
||||
* -add_plainly inserts one or more paths: Insert. (line 64)
|
||||
* -alter_date sets timestamps in ISO image: Manip. (line 147)
|
||||
* -alter_date_r sets timestamps in ISO image: Manip. (line 167)
|
||||
* -alter_date_r sets timestamps in ISO image: Manip. (line 173)
|
||||
* -append_partition adds arbitrary file after image end: Bootable.
|
||||
(line 234)
|
||||
* -application_id sets application id: SetWrite. (line 192)
|
||||
@ -4773,7 +4779,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -hardlinks controls handling of hard links: Loading. (line 110)
|
||||
* -help prints help text: Scripting. (line 20)
|
||||
* -hfsplus enables production of HFS+ partition: SetWrite. (line 14)
|
||||
* -hide excludes file names from directory trees: Manip. (line 171)
|
||||
* -hide excludes file names from directory trees: Manip. (line 177)
|
||||
* -history brings text into readline history: Scripting. (line 44)
|
||||
* -in_charset sets input character set: Loading. (line 92)
|
||||
* -indev acquires a drive for input: AqDrive. (line 24)
|
||||
@ -5002,7 +5008,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Hard links, control handling, -hardlinks: Loading. (line 110)
|
||||
* HFS+ allocation block size: Bootable. (line 222)
|
||||
* HFS+ serial number: Bootable. (line 219)
|
||||
* hidden, set in ISO image, -hide: Manip. (line 171)
|
||||
* hidden, set in ISO image, -hide: Manip. (line 177)
|
||||
* Image reading, cache size, -data_cache_size: Loading. (line 269)
|
||||
* Image, _definition: Model. (line 9)
|
||||
* Image, demand volume ID, -assert_volid: Loading. (line 84)
|
||||
@ -5149,7 +5155,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Table-of-content, search sessions, -rom_toc_scan: Loading. (line 211)
|
||||
* Table-of-content, show, -toc: Inquiry. (line 28)
|
||||
* Timestamps, set in ISO image, -alter_date: Manip. (line 147)
|
||||
* Timestamps, set in ISO image, -alter_date_r: Manip. (line 167)
|
||||
* Timestamps, set in ISO image, -alter_date_r: Manip. (line 173)
|
||||
* Tree, disk, traverse, -findx: Navigate. (line 106)
|
||||
* Tree, ISO, traverse and alter, -find: CmdFind. (line 7)
|
||||
* Verify, check blocks, -check_media: Verify. (line 21)
|
||||
@ -5205,44 +5211,44 @@ Node: Loading30695
|
||||
Node: Insert46151
|
||||
Node: SetInsert56287
|
||||
Node: Manip64864
|
||||
Node: CmdFind73688
|
||||
Node: Filter88393
|
||||
Node: Writing92949
|
||||
Node: SetWrite102337
|
||||
Node: Bootable121080
|
||||
Node: Jigdo136474
|
||||
Node: Charset140721
|
||||
Node: Exception143483
|
||||
Node: DialogCtl149603
|
||||
Node: Inquiry152201
|
||||
Node: Navigate158037
|
||||
Node: Verify166335
|
||||
Node: Restore175367
|
||||
Node: Emulation182454
|
||||
Node: Scripting192578
|
||||
Node: Frontend199739
|
||||
Node: Examples207814
|
||||
Node: ExDevices208992
|
||||
Node: ExCreate209651
|
||||
Node: ExDialog210936
|
||||
Node: ExGrowing212201
|
||||
Node: ExModifying213006
|
||||
Node: ExBootable213510
|
||||
Node: ExCharset214062
|
||||
Node: ExPseudo214883
|
||||
Node: ExCdrecord215781
|
||||
Node: ExMkisofs216098
|
||||
Node: ExGrowisofs217438
|
||||
Node: ExException218573
|
||||
Node: ExTime219027
|
||||
Node: ExIncBackup219486
|
||||
Node: ExRestore223478
|
||||
Node: ExRecovery224438
|
||||
Node: Files225008
|
||||
Node: Seealso226307
|
||||
Node: Bugreport227030
|
||||
Node: Legal227611
|
||||
Node: CommandIdx228622
|
||||
Node: ConceptIdx244851
|
||||
Node: CmdFind74008
|
||||
Node: Filter88713
|
||||
Node: Writing93269
|
||||
Node: SetWrite102657
|
||||
Node: Bootable121408
|
||||
Node: Jigdo136802
|
||||
Node: Charset141049
|
||||
Node: Exception143811
|
||||
Node: DialogCtl149931
|
||||
Node: Inquiry152529
|
||||
Node: Navigate158369
|
||||
Node: Verify166667
|
||||
Node: Restore175699
|
||||
Node: Emulation182786
|
||||
Node: Scripting192910
|
||||
Node: Frontend200071
|
||||
Node: Examples208146
|
||||
Node: ExDevices209324
|
||||
Node: ExCreate209983
|
||||
Node: ExDialog211268
|
||||
Node: ExGrowing212533
|
||||
Node: ExModifying213338
|
||||
Node: ExBootable213842
|
||||
Node: ExCharset214394
|
||||
Node: ExPseudo215215
|
||||
Node: ExCdrecord216113
|
||||
Node: ExMkisofs216430
|
||||
Node: ExGrowisofs217770
|
||||
Node: ExException218905
|
||||
Node: ExTime219359
|
||||
Node: ExIncBackup219818
|
||||
Node: ExRestore223810
|
||||
Node: ExRecovery224770
|
||||
Node: Files225340
|
||||
Node: Seealso226639
|
||||
Node: Bugreport227362
|
||||
Node: Legal227943
|
||||
Node: CommandIdx228954
|
||||
Node: ConceptIdx245183
|
||||
|
||||
End Tag Table
|
||||
|
Reference in New Issue
Block a user