Skip to content

Commit

Permalink
Merge pull request #245 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NJ
  • Loading branch information
stucka authored Feb 16, 2024
2 parents aebf2c9 + 8a941be commit 244448d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions warn_transformer/transformers/nj.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class Transformer(BaseTransformer):
"4/5/2024, 3/31/2024": datetime(2024, 3, 31),
"1/12/2024 - 4/30/2024": datetime(2024, 1, 12),
"3/15/2024, 5/24/2024/, 6/21/2024": datetime(2024, 3, 15),
"7/6/24,6/7/24,6/14/24, 6/21/24,7/26/24,8/2/24,8/30/24, 9/27/24": datetime(
2024, 6, 7
),
}

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

0 comments on commit 244448d

Please sign in to comment.