Skip to content

Commit

Permalink
Merge pull request #309 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NJ OH
  • Loading branch information
stucka authored Sep 19, 2024
2 parents c172657 + 91a44d7 commit 3adb837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -105,6 +105,7 @@ class Transformer(BaseTransformer):
"11/24/24, 12/6/24": datetime(2024, 11, 24),
"12/1/24, 12/9/24,12/16/24": datetime(2024, 12, 1),
"12/11/24, 1/22/25": datetime(2024, 12, 11),
"12/12/24,12/20/24,3/21/25,3/31/25,5/30/25": datetime(2024, 12, 12),
}

def transform_jobs(self, value: str) -> typing.Optional[int]:
Expand Down
1 change: 1 addition & 0 deletions warn_transformer/transformers/oh.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Transformer(BaseTransformer):
"(9/17/2024-9/30/2024": datetime(2024, 9, 17),
"(9/17/2024-9/30/2024)": datetime(2024, 9, 17),
"11/4/202404/1/2025": datetime(2024, 11, 4),
"8/9/202412/31/2024": datetime(2024, 8, 9),
}
jobs_corrections = {
"13 FT": 13,
Expand Down

0 comments on commit 3adb837

Please sign in to comment.