Skip to content

Commit

Permalink
Merge pull request #229 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NJ
  • Loading branch information
stucka authored Dec 4, 2023
2 parents 3ded3b6 + 2506c12 commit 9ca0b89
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 @@ -53,6 +53,7 @@ class Transformer(BaseTransformer):
"12/31/2023 , 1/1/2024, 2/15/2024": datetime(2023, 12, 31),
"11/15/23 ,12/31/2023 , 1/1/2024, 01/31/24, 2/15/2024": datetime(2023, 11, 15),
"01/27/2024, 02/10/2024": datetime(2024, 1, 27),
"2/13/24,3/15/24": datetime(2024, 2, 13),
}

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

0 comments on commit 9ca0b89

Please sign in to comment.