Skip to content

Commit

Permalink
Merge pull request #327 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch OH
  • Loading branch information
stucka authored Nov 14, 2024
2 parents ae7a8d1 + fc925b3 commit 889f51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn_transformer/transformers/oh.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Transformer(BaseTransformer):
"11/4/202404/1/2025": datetime(2024, 11, 4),
"8/9/202412/31/2024": datetime(2024, 8, 9),
"08/17/2024;": datetime(2024, 8, 17),
"01/11/2025; 04/04/2025; 05/01/2025; 07/04/2025": datetime(2025, 1, 11),
}
jobs_corrections = {
"13 FT": 13,
Expand Down

0 comments on commit 889f51f

Please sign in to comment.