aboutsummaryrefslogtreecommitdiffstats
path: root/conf/tinder.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-30 19:21:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-30 19:21:18 +0000
commit7bd115ab1019f19bc47de25df551dfff7cfce8d1 (patch)
tree8dbf4e4509c2a89b4a58aaf8acbebb9c919ec2a7 /conf/tinder.conf
parente352a75c8437fa325844ef19c6217c83872831c6 (diff)
downloadopenembedded-7bd115ab1019f19bc47de25df551dfff7cfce8d1.tar.gz
openembedded/conf/tinder.conf:
-Document the TINDER_TZ Option. It can either be Europe/Berlin (no kidding) or a timedelty (e.g. +0200) openembedded/classes/tinderclient.bbclass: -Send timenow as UTC + TINDER_TZ offset -Parse and send starttime as time + UTC (either set TINDER_START with gmtime or use the most recent bitbake from trunk for having BUILDSTART as UTC time)
Diffstat (limited to 'conf/tinder.conf')
-rw-r--r--conf/tinder.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/tinder.conf b/conf/tinder.conf
index 3d65dcb51b..c5d523ff4f 100644
--- a/conf/tinder.conf
+++ b/conf/tinder.conf
@@ -30,6 +30,9 @@ INHERIT += "tinderclient"
#TINDER_SENDLOG = "http"
+# TimeZone handling
+#TINDER_TZ = "+0200"
+
# Do a report at all
#TINDER_REPORT = "1"