Skip to content

Commit

Permalink
Merge pull request #269 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NJ
  • Loading branch information
stucka authored May 14, 2024
2 parents f5aba74 + 1b69342 commit 974a556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn_transformer/transformers/nj.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Transformer(BaseTransformer):
2024, 4, 30
),
"8/1/24, 11/1/24, 1/1/25, 3/1/25,4/1/25": datetime(2024, 8, 1),
"6/21/24, 9/30/24, 12/31,24": datetime(2024, 6, 21),
}

def transform_jobs(self, value: str) -> typing.Optional[int]:
Expand Down

0 comments on commit 974a556

Please sign in to comment.