File: GuideReferenceFileDates.xml

package info (click to toggle)
geeqie 1%3A1.4%2Bgit20190121-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,580 kB
  • sloc: ansic: 97,007; xml: 11,439; sh: 1,529; cpp: 1,237; makefile: 563; awk: 160; perl: 131
file content (19 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferenceFileDates">
  <title>File date types</title>
  <para>Geeqie understands 4 types of file dates:</para>
  <itemizedlist spacing="compact">
    <listitem>
      <para>Standard date (mtime) - The date the file contents were last modified, or when the file was created if since unchanged.</para>
    </listitem>
    <listitem>
      <para>Status changed (ctime) - The date the file status was last changed. This includes change of owner, change of read/write permission and change of contents.</para>
    </listitem>
    <listitem>
      <para>Exif date original (Exif.Photo.DateTimeOriginal) -  For images from a digital camera, this is the time the photo was taken.</para>
    </listitem>
    <listitem>
      <para>Exif date digitized (Exif.Photo.DateTimeDigitized) -  For scanned images, this the time the scan was made. For images from a digital camera, it may be identical to the above date.</para>
    </listitem>
  </itemizedlist>
</section>