Commit 8445805
committed
Fix #4
Fixes an issue where a job had a date of the year 0001, meaning
the values were negative when added up. This was from jobs
which were queued or still running.
Thanks to folks on the issue for their input
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>1 parent 847823c commit 8445805
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| |||
0 commit comments