Skip to content

Commit

Permalink
Patch OH
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed May 15, 2024
1 parent 1b69342 commit b1b489a
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 @@ -31,6 +31,8 @@ class Transformer(BaseTransformer):
"3/5/202403/19/2024": datetime(2024, 3, 5),
"3/5/2024-03/19/2024": datetime(2024, 3, 5),
"10/31/2024;": datetime(2024, 10, 31),
"07/1309/12/2024": datetime(2024, 7, 13),
"07/13-09/12/2024": datetime(2024, 7, 13),
}
jobs_corrections = {
"13 FT": 13,
Expand Down

0 comments on commit b1b489a

Please sign in to comment.