From 6db3c6b2c5a9e25ed37c27ad10a1e565eb0f87d7 Mon Sep 17 00:00:00 2001 From: helmutm Date: Mon, 6 Jul 2009 16:17:10 +0000 Subject: [PATCH] use local for displaying timestamps git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3444 fd906abe-77d9-0310-91a1-e0d9ade77398 --- organize/work.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/organize/work.txt b/organize/work.txt index bcf91af..5fcf365 100644 --- a/organize/work.txt +++ b/organize/work.txt @@ -52,7 +52,7 @@ Properties may be set as long as the work item is in status "new". >>> wi01.setData(start=1229955772, party='annie') >>> wi01 - The duration value is calculated automatically when start and end are set; @@ -83,7 +83,7 @@ be excluded from queries. >>> wi01.state 'planned_x' >>> wi02 - @@ -99,7 +99,7 @@ but may also be specified explicitly. >>> wi03 = wi02.doAction('start', 'jim', start=1229958000) >>> wi03 - Stopping and finishing work @@ -112,10 +112,10 @@ as "running" will be replaced by a new one. >>> wi04 = wi03.doAction('work', 'jim', end=1229958300) >>> wi03 - >>> wi04 - After another hour Jim works again on the task; he now finishes it within @@ -123,7 +123,7 @@ ten minutes and records this in one step. >>> wi05 = wi04.doAction('finish', 'jim', start=1229961600, end=1229962200) >>> wi05 - >>> wi05.duration, wi05.effort (600, 600) @@ -157,10 +157,10 @@ delegated so that it may be selected by queries. >>> wi08 = wi07.doAction('delegate', 'john', party='annie') >>> wi07 - >>> wi08 - >>> len(list(workItems)) 8 @@ -179,10 +179,10 @@ Note that nevertheless only the last work item of a run may be modified. >>> wi09 = wi08.doAction('modify', 'annie', duration=3600) >>> wi08 - >>> wi09 -