Coder Social home page Coder Social logo

Comments (6)

flynfish avatar flynfish commented on July 24, 2024

Good Friday should also not be included.

from holidays.

ppeble avatar ppeble commented on July 24, 2024

Thanks for reporting this! I'll take a look at this shortly.

from holidays.

aripollak avatar aripollak commented on July 24, 2024

Any news on this? Would it be more likely to be fixed with a PR?

from holidays.

flynfish avatar flynfish commented on July 24, 2024

@aripollak in the meantime this is how I fixed it:

BusinessTime::Config.load("#{Rails.root}/config/business_time.yml")

# or you can configure it manually:  look at me!  I'm Tim Ferriss!
#  BusinessTime::Config.beginning_of_workday = "10:00 am"
#  BusinessTime::Config.end_of_workday = "11:30 am"
#  BusinessTime::Config.holidays << Date.parse("August 4th, 2010")

h = Holidays.between(Date.civil(Date.current.year, 1, 1), Date.civil(Date.current.year + 1, 12, 31), :federal_reserve, :observed)
# Eve days and good friday are not actually fed holidays
h.reject{|r| r[:name].include? "Eve" or r[:name].include? "Good Friday" }.map do |holiday|
  BusinessTime::Config.holidays << holiday[:date]
end

from holidays.

ppeble avatar ppeble commented on July 24, 2024

Sorry dudes, I'll try to take a look at this on the train ride home tonight.

from holidays.

ppeble avatar ppeble commented on July 24, 2024

Addressed here: #97

Thanks for your patience! Let me know if you spot anything wrong with what I've pushed up. I'll be pushing a new version of the gem a bit later tonight.

from holidays.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.