Skip to content

Commit

Permalink
WU_START_YEAR_2000 change start year from 1970 to 2000 in WU listing
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <[email protected]>
  • Loading branch information
dehilsterlexis committed Jan 25, 2024
1 parent 4ee1e25 commit a65e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecl/eclWatchTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class ECLWatchTree extends Tree {
Descending: false,
Count: 1
}).then(workunits => {
let year = 1970;
let year = 2000;
let month = 0;
let day = 1;
if (workunits.length) {
Expand Down

0 comments on commit a65e83e

Please sign in to comment.