From 7bd115ab1019f19bc47de25df551dfff7cfce8d1 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 30 Jul 2005 19:21:18 +0000 Subject: 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) --- conf/tinder.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/tinder.conf') 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" -- cgit 1.2.3-korg