Skip to content

Commit

Permalink
Merge pull request #273 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NJ
  • Loading branch information
stucka authored May 22, 2024
2 parents 0d93bc2 + ef508b0 commit f00cd77
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 @@ -80,6 +80,7 @@ class Transformer(BaseTransformer):
),
"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),
"5/20/2024, 5/21/24, 5/22/24": datetime(2024, 5, 20),
}

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

0 comments on commit f00cd77

Please sign in to comment.