-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
date fixes for some US states #289
base: master
Are you sure you want to change the base?
Conversation
@@ -74,7 +74,7 @@ months: | |||
function: easter(year) | |||
function_modifier: -47 | |||
- name: Mardi Gras Day | |||
regions: [us_la] | |||
regions: [us_al, us_la] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mardi Gras Day (only in Baldwin and Mobile Counties) (Personal Leave Day will be granted for all other counties.)
https://admincode.legislature.state.al.us/administrative-code/670-X-12-.01
@@ -83,7 +83,7 @@ months: | |||
function_modifier: -2 | |||
type: informal | |||
- name: Good Friday # public holiday in the following states | |||
regions: [us_ct, us_de, us_gu, us_hi, us_in, us_ky, us_la, us_nj, us_nc, us_nd, us_pr, us_tn] | |||
regions: [us_ct, us_de, us_gu, us_hi, us_in, us_ky, us_la, us_nj, us_nc, us_nd, us_pa, us_pr, us_tn] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: Confederate Memorial Day # 4th Monday in April | ||
regions: [us_al] | ||
week: 4 | ||
wday: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confederate Memorial Day - 4th Monday in April
https://admincode.legislature.state.al.us/administrative-code/670-X-12-.01
- name: Arbor Day | ||
regions: [us_ne] | ||
mday: 28 | ||
week: -1 | ||
wday: 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arbor Day, the last Friday in April;
https://nebraskalegislature.gov/laws/statutes.php?statute=25-2221
- name: Election Day # even years only | ||
regions: [us_la] | ||
function: even_year_election_day(year) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General Election Day | Tuesday, after the first Monday in November, every two years
@ppeble could you review this and consider merging? Let me know if you have any feedback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well documented change
@ppeble Election day is coming up and this change will help in LA. Do you know when you could review? |
Just realized this reads like some political spam, lol |
Fixes for:
Mardi Gras in AL
Confederate Memorial Day in AL (4th monday)
Good Friday in PA
Arbor Day in NE (change calculation to Last Friday)
Election Day in LA