ical_punch 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.document +5 -0
- data/.gitignore +22 -0
- data/LICENSE +20 -0
- data/README.rdoc +24 -0
- data/Rakefile +46 -0
- data/VERSION +1 -0
- data/bin/ical_punch +127 -0
- data/ical_punch.gemspec +63 -0
- data/lib/ical_punch.rb +157 -0
- data/spec/fixtures/punch.yml +418 -0
- data/spec/fixtures/test.ics +655 -0
- data/spec/ical_punch_spec.rb +48 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +9 -0
- metadata +104 -0
@@ -0,0 +1,418 @@
|
|
1
|
+
---
|
2
|
+
assay_depot:
|
3
|
+
- out: 2008-09-02T18:30:00.00-07:00
|
4
|
+
total:
|
5
|
+
log:
|
6
|
+
- punch in @ 2008-09-02T14:00:00-07:00
|
7
|
+
- punch out @ 2008-09-02T18:30:00-07:00
|
8
|
+
in: 2008-09-02T14:00:00.00-07:00
|
9
|
+
- out: 2008-09-03T18:00:00.00-07:00
|
10
|
+
log:
|
11
|
+
- punch in @ 2008-09-03T12:00:00-07:00
|
12
|
+
- punch out @ 2008-09-03T18:00:00-07:00
|
13
|
+
total:
|
14
|
+
in: 2008-09-03T12:00:00.00-07:00
|
15
|
+
- out: 2008-09-04T11:00:00.00-07:00
|
16
|
+
total:
|
17
|
+
log:
|
18
|
+
- punch in @ 2008-09-04T09:00:00-07:00
|
19
|
+
- punch out @ 2008-09-04T11:00:00-07:00
|
20
|
+
in: 2008-09-04T09:00:00.00-07:00
|
21
|
+
- out: 2008-09-05T18:00:00.00-07:00
|
22
|
+
log:
|
23
|
+
- punch in @ 2008-09-05T14:00:00-07:00
|
24
|
+
- punch out @ 2008-09-05T18:00:00-07:00
|
25
|
+
total:
|
26
|
+
in: 2008-09-05T14:00:00.00-07:00
|
27
|
+
- out: 2008-09-08T13:00:00.00-07:00
|
28
|
+
total:
|
29
|
+
log:
|
30
|
+
- punch in @ 2008-09-08T10:00:00-07:00
|
31
|
+
- punch out @ 2008-09-08T13:00:00-07:00
|
32
|
+
in: 2008-09-08T10:00:00.00-07:00
|
33
|
+
- out: 2008-09-08T18:00:00.00-07:00
|
34
|
+
log:
|
35
|
+
- punch in @ 2008-09-08T16:00:00-07:00
|
36
|
+
- punch out @ 2008-09-08T18:00:00-07:00
|
37
|
+
total:
|
38
|
+
in: 2008-09-08T16:00:00.00-07:00
|
39
|
+
- out: 2008-09-09T18:00:00.00-07:00
|
40
|
+
total:
|
41
|
+
log:
|
42
|
+
- punch in @ 2008-09-09T14:00:00-07:00
|
43
|
+
- punch out @ 2008-09-09T18:00:00-07:00
|
44
|
+
in: 2008-09-09T14:00:00.00-07:00
|
45
|
+
- out: 2008-09-10T12:00:00.00-07:00
|
46
|
+
log:
|
47
|
+
- punch in @ 2008-09-10T10:00:00-07:00
|
48
|
+
- punch out @ 2008-09-10T12:00:00-07:00
|
49
|
+
total:
|
50
|
+
in: 2008-09-10T10:00:00.00-07:00
|
51
|
+
- out: 2008-09-10T17:00:00.00-07:00
|
52
|
+
total:
|
53
|
+
log:
|
54
|
+
- punch in @ 2008-09-10T14:00:00-07:00
|
55
|
+
- punch out @ 2008-09-10T17:00:00-07:00
|
56
|
+
in: 2008-09-10T14:00:00.00-07:00
|
57
|
+
- out: 2008-09-11T18:00:00.00-07:00
|
58
|
+
log:
|
59
|
+
- punch in @ 2008-09-11T14:00:00-07:00
|
60
|
+
- punch out @ 2008-09-11T18:00:00-07:00
|
61
|
+
total:
|
62
|
+
in: 2008-09-11T14:00:00.00-07:00
|
63
|
+
- out: 2008-09-12T13:00:00.00-07:00
|
64
|
+
total:
|
65
|
+
log:
|
66
|
+
- punch in @ 2008-09-12T10:00:00-07:00
|
67
|
+
- punch out @ 2008-09-12T13:00:00-07:00
|
68
|
+
in: 2008-09-12T10:00:00.00-07:00
|
69
|
+
- out: 2008-09-12T18:00:00.00-07:00
|
70
|
+
log:
|
71
|
+
- punch in @ 2008-09-12T14:00:00-07:00
|
72
|
+
- punch out @ 2008-09-12T18:00:00-07:00
|
73
|
+
total:
|
74
|
+
in: 2008-09-12T14:00:00.00-07:00
|
75
|
+
- out: 2008-09-13T23:00:00.00-07:00
|
76
|
+
total:
|
77
|
+
log:
|
78
|
+
- punch in @ 2008-09-13T20:00:00-07:00
|
79
|
+
- punch out @ 2008-09-13T23:00:00-07:00
|
80
|
+
in: 2008-09-13T20:00:00.00-07:00
|
81
|
+
- out: 2008-09-14T10:30:00.00-07:00
|
82
|
+
log:
|
83
|
+
- punch in @ 2008-09-14T09:00:00-07:00
|
84
|
+
- punch out @ 2008-09-14T10:30:00-07:00
|
85
|
+
total:
|
86
|
+
in: 2008-09-14T09:00:00.00-07:00
|
87
|
+
- out: 2008-09-15T18:00:00.00-07:00
|
88
|
+
total:
|
89
|
+
log:
|
90
|
+
- punch in @ 2008-09-15T14:00:00-07:00
|
91
|
+
- punch out @ 2008-09-15T18:00:00-07:00
|
92
|
+
in: 2008-09-15T14:00:00.00-07:00
|
93
|
+
- out: 2008-09-16T18:00:00.00-07:00
|
94
|
+
log:
|
95
|
+
- punch in @ 2008-09-16T14:00:00-07:00
|
96
|
+
- punch out @ 2008-09-16T18:00:00-07:00
|
97
|
+
total:
|
98
|
+
in: 2008-09-16T14:00:00.00-07:00
|
99
|
+
- out: 2008-09-17T18:00:00.00-07:00
|
100
|
+
total:
|
101
|
+
log:
|
102
|
+
- punch in @ 2008-09-17T14:00:00-07:00
|
103
|
+
- punch out @ 2008-09-17T18:00:00-07:00
|
104
|
+
in: 2008-09-17T14:00:00.00-07:00
|
105
|
+
- out: 2008-09-18T16:00:00.00-07:00
|
106
|
+
log:
|
107
|
+
- punch in @ 2008-09-18T14:00:00-07:00
|
108
|
+
- punch out @ 2008-09-18T16:00:00-07:00
|
109
|
+
total:
|
110
|
+
in: 2008-09-18T14:00:00.00-07:00
|
111
|
+
- out: 2008-09-22T10:00:00.00-07:00
|
112
|
+
total:
|
113
|
+
log:
|
114
|
+
- punch in @ 2008-09-22T09:30:00-07:00
|
115
|
+
- punch out @ 2008-09-22T10:00:00-07:00
|
116
|
+
in: 2008-09-22T09:30:00.00-07:00
|
117
|
+
- out: 2008-09-22T21:00:00.00-07:00
|
118
|
+
log:
|
119
|
+
- punch in @ 2008-09-22T14:00:00-07:00
|
120
|
+
- punch out @ 2008-09-22T21:00:00-07:00
|
121
|
+
total:
|
122
|
+
in: 2008-09-22T14:00:00.00-07:00
|
123
|
+
- out: 2008-09-23T17:30:00.00-07:00
|
124
|
+
total:
|
125
|
+
log:
|
126
|
+
- punch in @ 2008-09-23T13:00:00-07:00
|
127
|
+
- punch out @ 2008-09-23T17:30:00-07:00
|
128
|
+
in: 2008-09-23T13:00:00.00-07:00
|
129
|
+
- out: 2008-09-24T19:00:00.00-07:00
|
130
|
+
log:
|
131
|
+
- punch in @ 2008-09-24T14:30:00-07:00
|
132
|
+
- punch out @ 2008-09-24T19:00:00-07:00
|
133
|
+
total:
|
134
|
+
in: 2008-09-24T14:30:00.00-07:00
|
135
|
+
- out: 2008-09-25T18:00:00.00-07:00
|
136
|
+
total:
|
137
|
+
log:
|
138
|
+
- punch in @ 2008-09-25T14:00:00-07:00
|
139
|
+
- punch out @ 2008-09-25T18:00:00-07:00
|
140
|
+
in: 2008-09-25T14:00:00.00-07:00
|
141
|
+
- out: 2008-09-26T19:00:00.00-07:00
|
142
|
+
log:
|
143
|
+
- punch in @ 2008-09-26T14:30:00-07:00
|
144
|
+
- punch out @ 2008-09-26T19:00:00-07:00
|
145
|
+
total:
|
146
|
+
in: 2008-09-26T14:30:00.00-07:00
|
147
|
+
- out: 2008-09-29T18:00:00.00-07:00
|
148
|
+
total:
|
149
|
+
log:
|
150
|
+
- punch in @ 2008-09-29T14:00:00-07:00
|
151
|
+
- punch out @ 2008-09-29T18:00:00-07:00
|
152
|
+
in: 2008-09-29T14:00:00.00-07:00
|
153
|
+
- out: 2008-09-30T19:00:00.00-07:00
|
154
|
+
log:
|
155
|
+
- punch in @ 2008-09-30T14:00:00-07:00
|
156
|
+
- punch out @ 2008-09-30T19:00:00-07:00
|
157
|
+
total:
|
158
|
+
in: 2008-09-30T14:00:00.00-07:00
|
159
|
+
- out: 2008-10-01T18:00:00.00-07:00
|
160
|
+
log:
|
161
|
+
- punch in @ 2008-10-01T14:00:00-07:00
|
162
|
+
- New App Planning
|
163
|
+
- punch out @ 2008-10-01T18:00:00-07:00
|
164
|
+
total:
|
165
|
+
in: 2008-10-01T14:00:00.00-07:00
|
166
|
+
- out: 2008-10-02T18:00:00.00-07:00
|
167
|
+
total:
|
168
|
+
log:
|
169
|
+
- punch in @ 2008-10-02T14:00:00-07:00
|
170
|
+
- New App Planning
|
171
|
+
- punch out @ 2008-10-02T18:00:00-07:00
|
172
|
+
in: 2008-10-02T14:00:00.00-07:00
|
173
|
+
- out: 2008-10-03T14:00:00.00-07:00
|
174
|
+
log:
|
175
|
+
- punch in @ 2008-10-03T08:00:00-07:00
|
176
|
+
- New App Planning
|
177
|
+
- punch out @ 2008-10-03T14:00:00-07:00
|
178
|
+
total:
|
179
|
+
in: 2008-10-03T08:00:00.00-07:00
|
180
|
+
- out: 2008-10-06T13:00:00.00-07:00
|
181
|
+
total:
|
182
|
+
log:
|
183
|
+
- punch in @ 2008-10-06T09:00:00-07:00
|
184
|
+
- Couch Research
|
185
|
+
- punch out @ 2008-10-06T13:00:00-07:00
|
186
|
+
in: 2008-10-06T09:00:00.00-07:00
|
187
|
+
- out: 2008-10-06T20:00:00.00-07:00
|
188
|
+
log:
|
189
|
+
- punch in @ 2008-10-06T14:00:00-07:00
|
190
|
+
- New App Planning
|
191
|
+
- punch out @ 2008-10-06T20:00:00-07:00
|
192
|
+
total:
|
193
|
+
in: 2008-10-06T14:00:00.00-07:00
|
194
|
+
- out: 2008-10-07T18:00:00.00-07:00
|
195
|
+
total:
|
196
|
+
log:
|
197
|
+
- punch in @ 2008-10-07T14:00:00-07:00
|
198
|
+
- New App Planning
|
199
|
+
- punch out @ 2008-10-07T18:00:00-07:00
|
200
|
+
in: 2008-10-07T14:00:00.00-07:00
|
201
|
+
- out: 2008-10-13T15:00:00.00-07:00
|
202
|
+
total:
|
203
|
+
log:
|
204
|
+
- punch in @ 2008-10-13T12:00:00-07:00
|
205
|
+
- SSL Fix
|
206
|
+
- punch out @ 2008-10-13T15:00:00-07:00
|
207
|
+
in: 2008-10-13T12:00:00.00-07:00
|
208
|
+
- out: 2008-10-13T18:00:00.00-07:00
|
209
|
+
log:
|
210
|
+
- punch in @ 2008-10-13T15:00:00-07:00
|
211
|
+
- Couch Research
|
212
|
+
- punch out @ 2008-10-13T18:00:00-07:00
|
213
|
+
total:
|
214
|
+
in: 2008-10-13T15:00:00.00-07:00
|
215
|
+
- out: 2008-10-14T18:00:00.00-07:00
|
216
|
+
log:
|
217
|
+
- punch in @ 2008-10-14T14:00:00-07:00
|
218
|
+
- Iteration, Couch Research
|
219
|
+
- punch out @ 2008-10-14T18:00:00-07:00
|
220
|
+
total:
|
221
|
+
in: 2008-10-14T14:00:00.00-07:00
|
222
|
+
- out: 2008-10-15T18:00:00.00-07:00
|
223
|
+
total:
|
224
|
+
log:
|
225
|
+
- punch in @ 2008-10-15T14:00:00-07:00
|
226
|
+
- "Story Runner "
|
227
|
+
- punch out @ 2008-10-15T18:00:00-07:00
|
228
|
+
in: 2008-10-15T14:00:00.00-07:00
|
229
|
+
- out: 2008-10-16T18:00:00.00-07:00
|
230
|
+
log:
|
231
|
+
- punch in @ 2008-10-16T14:00:00-07:00
|
232
|
+
- Couch Resarch
|
233
|
+
- punch out @ 2008-10-16T18:00:00-07:00
|
234
|
+
total:
|
235
|
+
in: 2008-10-16T14:00:00.00-07:00
|
236
|
+
- out: 2008-10-17T18:00:00.00-07:00
|
237
|
+
total:
|
238
|
+
log:
|
239
|
+
- punch in @ 2008-10-17T14:00:00-07:00
|
240
|
+
- Merb / Webrat / Cucumber
|
241
|
+
- punch out @ 2008-10-17T18:00:00-07:00
|
242
|
+
in: 2008-10-17T14:00:00.00-07:00
|
243
|
+
- out: 2008-10-20T18:00:00.00-07:00
|
244
|
+
log:
|
245
|
+
- punch in @ 2008-10-20T14:00:00-07:00
|
246
|
+
- Merb / Webrat / Cucumber
|
247
|
+
- punch out @ 2008-10-20T18:00:00-07:00
|
248
|
+
total:
|
249
|
+
in: 2008-10-20T14:00:00.00-07:00
|
250
|
+
- out: 2008-10-21T18:00:00.00-07:00
|
251
|
+
total:
|
252
|
+
log:
|
253
|
+
- punch in @ 2008-10-21T14:00:00-07:00
|
254
|
+
- Moving Lighthouse
|
255
|
+
- punch out @ 2008-10-21T18:00:00-07:00
|
256
|
+
in: 2008-10-21T14:00:00.00-07:00
|
257
|
+
- out: 2008-10-22T19:00:00.00-07:00
|
258
|
+
log:
|
259
|
+
- punch in @ 2008-10-22T14:00:00-07:00
|
260
|
+
- Pair with Matt
|
261
|
+
- punch out @ 2008-10-22T19:00:00-07:00
|
262
|
+
total:
|
263
|
+
in: 2008-10-22T14:00:00.00-07:00
|
264
|
+
- out: 2008-10-23T18:00:00.00-07:00
|
265
|
+
total:
|
266
|
+
log:
|
267
|
+
- punch in @ 2008-10-23T14:00:00-07:00
|
268
|
+
- Factory Girl
|
269
|
+
- punch out @ 2008-10-23T18:00:00-07:00
|
270
|
+
in: 2008-10-23T14:00:00.00-07:00
|
271
|
+
- out: 2008-10-24T16:00:00.00-07:00
|
272
|
+
log:
|
273
|
+
- punch in @ 2008-10-24T12:00:00-07:00
|
274
|
+
- Pair with Matt
|
275
|
+
- punch out @ 2008-10-24T16:00:00-07:00
|
276
|
+
total:
|
277
|
+
in: 2008-10-24T12:00:00.00-07:00
|
278
|
+
- out: 2008-10-27T13:00:00.00-07:00
|
279
|
+
log:
|
280
|
+
- punch in @ 2008-10-27T09:00:00-07:00
|
281
|
+
- User stories
|
282
|
+
- punch out @ 2008-10-27T13:00:00-07:00
|
283
|
+
total:
|
284
|
+
in: 2008-10-27T09:00:00.00-07:00
|
285
|
+
- out: 2008-10-27T18:00:00.00-07:00
|
286
|
+
total:
|
287
|
+
log:
|
288
|
+
- punch in @ 2008-10-27T14:00:00-07:00
|
289
|
+
- User stories
|
290
|
+
- punch out @ 2008-10-27T18:00:00-07:00
|
291
|
+
in: 2008-10-27T14:00:00.00-07:00
|
292
|
+
- out: 2008-10-28T18:00:00.00-07:00
|
293
|
+
total:
|
294
|
+
log:
|
295
|
+
- punch in @ 2008-10-28T14:00:00-07:00
|
296
|
+
- Pair with Matt
|
297
|
+
- punch out @ 2008-10-28T18:00:00-07:00
|
298
|
+
in: 2008-10-28T14:00:00.00-07:00
|
299
|
+
- out: 2008-10-29T18:45:00.00-07:00
|
300
|
+
log:
|
301
|
+
- punch in @ 2008-10-29T14:00:00-07:00
|
302
|
+
- Pair with Matt
|
303
|
+
- punch out @ 2008-10-29T18:45:00-07:00
|
304
|
+
total:
|
305
|
+
in: 2008-10-29T14:00:00.00-07:00
|
306
|
+
- out: 2008-10-30T18:30:00.00-07:00
|
307
|
+
total:
|
308
|
+
log:
|
309
|
+
- punch in @ 2008-10-30T14:00:00-07:00
|
310
|
+
- Pair with Matt
|
311
|
+
- punch out @ 2008-10-30T18:30:00-07:00
|
312
|
+
in: 2008-10-30T14:00:00.00-07:00
|
313
|
+
- out: 2008-10-31T13:00:00.00-07:00
|
314
|
+
log:
|
315
|
+
- punch in @ 2008-10-31T09:00:00-07:00
|
316
|
+
- Moving Lighthouse
|
317
|
+
- punch out @ 2008-10-31T13:00:00-07:00
|
318
|
+
total:
|
319
|
+
in: 2008-10-31T09:00:00.00-07:00
|
320
|
+
- out: 2008-11-02T14:00:00.00-08:00
|
321
|
+
log:
|
322
|
+
- punch in @ 2008-11-02T12:00:00-08:00
|
323
|
+
- Moving to lighthouse
|
324
|
+
- punch out @ 2008-11-02T14:00:00-08:00
|
325
|
+
total:
|
326
|
+
in: 2008-11-02T12:00:00.00-08:00
|
327
|
+
- out: 2008-11-03T08:59:12.00-08:00
|
328
|
+
total: "00:59:18"
|
329
|
+
log:
|
330
|
+
- punch in @ 2008-11-03T07:59:54-08:00
|
331
|
+
- punch out @ 2008-11-03T08:59:12-08:00
|
332
|
+
in: 2008-11-03T07:59:54.251383-08:00
|
333
|
+
- out: 2008-11-03T18:00:00.00-08:00
|
334
|
+
log:
|
335
|
+
- punch in @ 2008-11-03T14:00:00-08:00
|
336
|
+
- punch out @ 2008-11-03T18:00:00-08:00
|
337
|
+
total: "4:00:00"
|
338
|
+
in: 2008-11-03T14:00:00.00-08:00
|
339
|
+
- out: 2008-11-04T18:00:00.00-08:00
|
340
|
+
total:
|
341
|
+
log:
|
342
|
+
- punch in @ 2008-11-04T14:00:00-08:00
|
343
|
+
- Iteration, Pair with Chris
|
344
|
+
- punch out @ 2008-11-04T18:00:00-08:00
|
345
|
+
in: 2008-11-04T14:00:00.00-08:00
|
346
|
+
- out: 2008-11-12T14:45:00.00-08:00
|
347
|
+
total:
|
348
|
+
log:
|
349
|
+
- punch in @ 2008-11-12T14:00:00-08:00
|
350
|
+
- Iteration Meeting
|
351
|
+
- punch out @ 2008-11-12T14:45:00-08:00
|
352
|
+
in: 2008-11-12T14:00:00.00-08:00
|
353
|
+
- out: 2008-11-13T19:16:01.00-08:00
|
354
|
+
total: "05:54:02"
|
355
|
+
log:
|
356
|
+
- punch in @ 2008-11-13T13:21:59-08:00
|
357
|
+
- punch out @ 2008-11-13T19:16:01-08:00
|
358
|
+
in: 2008-11-13T13:21:59.00-08:00
|
359
|
+
- out: 2008-11-17T14:00:00.00-08:00
|
360
|
+
log:
|
361
|
+
- punch in @ 2008-11-17T13:00:00-08:00
|
362
|
+
- punch out @ 2008-11-17T14:00:00-08:00
|
363
|
+
total:
|
364
|
+
in: 2008-11-17T13:00:00.00-08:00
|
365
|
+
- out: 2008-11-17T21:00:00.00-08:00
|
366
|
+
total:
|
367
|
+
log:
|
368
|
+
- punch in @ 2008-11-17T15:00:00-08:00
|
369
|
+
- punch out @ 2008-11-17T21:00:00-08:00
|
370
|
+
in: 2008-11-17T15:00:00.00-08:00
|
371
|
+
- out: 2008-11-18T18:00:00.00-08:00
|
372
|
+
log:
|
373
|
+
- punch in @ 2008-11-18T14:00:00-08:00
|
374
|
+
- punch out @ 2008-11-18T18:00:00-08:00
|
375
|
+
total: "04:00:00"
|
376
|
+
in: 2008-11-18T14:00:00.00-08:00
|
377
|
+
- out: 2008-11-24T18:00:00.00-08:00
|
378
|
+
log:
|
379
|
+
- punch in @ 2008-11-24T14:00:00-08:00
|
380
|
+
- punch out @ 2008-11-24T18:00:00-08:00
|
381
|
+
total: "04:00:00"
|
382
|
+
in: 2008-11-24T14:00:00.00-08:00
|
383
|
+
- out: 2008-12-01T11:00:00.00-08:00
|
384
|
+
log:
|
385
|
+
- punch in @ 2008-12-01T10:00:00-08:00
|
386
|
+
- punch out @ 2008-12-01T11:00:00-08:00
|
387
|
+
total:
|
388
|
+
in: 2008-12-01T10:00:00.00-08:00
|
389
|
+
- out: 2008-12-01T18:00:00.00-08:00
|
390
|
+
total:
|
391
|
+
log:
|
392
|
+
- punch in @ 2008-12-01T14:00:00-08:00
|
393
|
+
- punch out @ 2008-12-01T18:00:00-08:00
|
394
|
+
in: 2008-12-01T14:00:00.00-08:00
|
395
|
+
- out: 2008-12-08T04:09:56.00-08:00
|
396
|
+
log:
|
397
|
+
- punch in @ 2008-12-08T00:52:55-08:00
|
398
|
+
- punch out @ 2008-12-08T04:09:56-08:00
|
399
|
+
total: "03:17:01"
|
400
|
+
in: 2008-12-08T00:52:55.00-08:00
|
401
|
+
- out: 2008-12-09T06:10:02.00-08:00
|
402
|
+
log:
|
403
|
+
- punch in @ 2008-12-09T01:02:19-08:00
|
404
|
+
- punch out @ 2008-12-09T06:10:02-08:00
|
405
|
+
total: "05:07:43"
|
406
|
+
in: 2008-12-09T01:02:19.490289-08:00
|
407
|
+
- out: 2008-12-09T09:09:11.00-08:00
|
408
|
+
log:
|
409
|
+
- punch in @ 2008-12-09T08:00:59-08:00
|
410
|
+
- punch out @ 2008-12-09T09:09:11-08:00
|
411
|
+
total: "01:08:12"
|
412
|
+
in: 2008-12-09T08:00:59.681011-08:00
|
413
|
+
- in: 2008-12-11T03:00:00.00-08:00
|
414
|
+
out: 2008-12-11T06:00:00.00-08:00
|
415
|
+
log:
|
416
|
+
- punch in @ 2008-12-11T03:00:00-08:00
|
417
|
+
- punch out @ 2008-12-11T06:00:00-08:00
|
418
|
+
total:
|