Standardize on Unix LF line terminators
[geeqie.git] / doc / docbook / GuideReferenceFileDates.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <section id="GuideReferenceFileDates">
3   <title>File date types</title>
4   <para>Geeqie understands 4 types of file dates:</para>
5   <itemizedlist spacing="compact">
6     <listitem>
7       <para>Standard date (mtime) - The date the file contents were last modified, or when the file was created if since unchanged.</para>
8     </listitem>
9     <listitem>
10       <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>
11     </listitem>
12     <listitem>
13       <para>Exif date original (Exif.Photo.DateTimeOriginal) -  For images from a digital camera, this is the time the photo was taken.</para>
14     </listitem>
15     <listitem>
16       <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>
17     </listitem>
18   </itemizedlist>
19 </section>