Skip to content

Commit

Permalink
Merge pull request #293 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch OH
  • Loading branch information
stucka authored Aug 3, 2024
2 parents 969b47e + f7cb64a commit d7b6e86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warn_transformer/transformers/oh.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class Transformer(BaseTransformer):
"10/31/2024;": datetime(2024, 10, 31),
"07/1309/12/2024": datetime(2024, 7, 13),
"07/13-09/12/2024": datetime(2024, 7, 13),
"10/1/2024;": datetime(10, 1, 2024),
"10/1/2024; 10/31/2024; 12/31/2024": datetime(10, 1, 2024),
}
jobs_corrections = {
"13 FT": 13,
Expand Down

0 comments on commit d7b6e86

Please sign in to comment.