view doc/docbook/GuideReferenceFileDates.xml @ 2746:8bab8ac8ade0

Local time - UTC offset and daylight saving correction Use GPS lat/long to provide local time corrected for UTC offset and DST correction. The corrected time is available in formatted.localtime The selected timezone is available in formatted.timezone
author Colin Clark <colin.clark@cclark.uk>
date Wed, 25 Apr 2018 11:46:38 +0100
parents
children
line wrap: on
line source

<?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>