File: GuideReferenceUTC.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 (20 lines) | stat: -rw-r--r-- 1,032 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
20
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferenceUTC">
  <title id="titleGuideReferenceUTC">UTC and Daylight Saving Time (DST)</title>
  <para>Geeqie can display the local time at which a photo was taken, adjusted for UTC offset and Daylight Saving Time.</para>
  <para>
    If the image exif data contains the required parameters (see
    <link linkend="GuideReferenceXmpExif">Pre-formatted tags</link>
    ), Geeqie will use the latitude and longitude to determine which timezone the image was taken in.
    <para />
    The UTC offset and Daylight Saving Time Correction for that timezone, combined with the GPS UTC value, will then be used to compute the correct local time.
    <para />
    This value may be displayed in either the Info Sidebar or Overlay Screen Display by using the parameter
    <code>formatted.localtime</code>
  </para>
  <para>
    The timezone for the image may also be displayed by using the parameter
    <code>formatted.timezone</code>
    .
  </para>
</section>