Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created September 21, 2022 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khuyentran1401/9afae57d688b929dd392847143633925 to your computer and use it in GitHub Desktop.
Save khuyentran1401/9afae57d688b929dd392847143633925 to your computer and use it in GitHub Desktop.
[(datetime.date(2021, 12, 31), 'New year (Observed)'),
(datetime.date(2022, 1, 1), 'New year'),
(datetime.date(2022, 1, 17), 'Birthday of Martin Luther King, Jr.'),
(datetime.date(2022, 2, 21), "Washington's Birthday"),
(datetime.date(2022, 5, 30), 'Memorial Day'),
(datetime.date(2022, 7, 4), 'Independence Day'),
(datetime.date(2022, 9, 5), 'Labor Day'),
(datetime.date(2022, 10, 10), 'Columbus Day'),
(datetime.date(2022, 11, 11), 'Veterans Day'),
(datetime.date(2022, 11, 24), 'Thanksgiving Day'),
(datetime.date(2022, 12, 25), 'Christmas Day'),
(datetime.date(2022, 12, 26), 'Christmas Day (Observed)')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment