summaryrefslogtreecommitdiff
path: root/sample/src/setup.xml
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2017-05-07 15:21:39 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2017-05-07 15:21:39 +0200
commit29381f9e70d122ea4d89d71ea97f42253c528211 (patch)
tree14c947844ea4402658bdfdf7e7b4810ed781fd81 /sample/src/setup.xml
parentdb3d992febbe703931840e9bdad95c43081694a5 (diff)
downloadcataract-29381f9e70d122ea4d89d71ea97f42253c528211.tar.xz
jpeg-utils: Allow custom datetime format
The default locale datetime format string may not suit everyone, this adds possibility to specify custom format. The format string should be syntactically conforming to strftime(3).
Diffstat (limited to 'sample/src/setup.xml')
-rw-r--r--sample/src/setup.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml
index 54bfb5b..f36b01b 100644
--- a/sample/src/setup.xml
+++ b/sample/src/setup.xml
@@ -72,6 +72,12 @@ And the second line.</add_copyright>
<!-- ASCII encoding preferred. -->
<artist_name>John Doe</artist_name>
+ <!-- Specify datetime format according to strftime(3). Leave unspecified -->
+ <!-- for default format string according to current locale. -->
+ <!-- Note that in travel photography in general it makes sense to always -->
+ <!-- show local time, omitting timezone. -->
+<!-- <datetime format="%c" /> -->
+
<!-- favicon support, the "type" attribute is optional, -->
<!-- please alter it to the right icon MIME type -->
<!-- http://www.w3.org/2005/10/howto-favicon -->