Skip to content

Commit

Permalink
Merge pull request #30 from iluxonchik/feature/govbot-0.0.6
Browse files Browse the repository at this point in the history
feat: add dates (missing module)
  • Loading branch information
iluxonchik authored Aug 16, 2024
2 parents 59f5420 + fae24ac commit 076df2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dates/Input.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export class InputDate {
static toDate(date: string): Date {
return new Date(`${date} UTC`);
}
}

0 comments on commit 076df2f

Please sign in to comment.