GithubHelp home page GithubHelp logo

micronax / carbon-german-holidays Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 12.0 42 KB

Extension for the popular Carbon-library to support working with German Holidays / Feasts

Home Page: https://www.golle-it.de

PHP 100.00%
calendar carbon datetime germany php

carbon-german-holidays's People

Contributors

cajusber avatar carlmahnke1 avatar ennikin-skywalker avatar fatelgit avatar mau04 avatar micronax avatar niklasdah avatar staabm avatar thampe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

carbon-german-holidays's Issues

Deprecated: Use of "self" in callables is deprecated

Hello,

when using the library, I get the notification that the use of self in callables is deprecated in the following line:

return array_map('self::unix2Date', $holidays);

One fix would be to change it to

return array_map(self::class . '::unix2Date', $holidays);

However, since I am not very experienced with PHP I do not know if this is best practice or not.

Maybe someone can guide me into the right direction so that I can create a PR to fix the deprecation?

Best
Hilko

Wrong calculation of some holidays concerning eastern

Line 121: $easter = self::createFromDate($year, 03, 21);
needs startOfDay() because of in_array() check in line 94
Line 121: $easter = self::createFromDate($year, 03, 21)->startOfDay();

Line 137: $easterSunday = self::getEasterSunday($year)->format(u);
returns on Debian system a 1970 year and crashes all further eastern time calculations. Change it to

Line 137: $easterSunday = self::getEasterSunday($year)->timestamp;
because of Carbon correct timestamp method

Easter doesn't show up

Hi there,

thank you for this brilliant package! It is working fine but eastern doesn't show up for any year in the checks with isGermanHoliday() for me. Everything else does. I'm currently on Version 2.1.

CarbonGermanHolidays::createFromDate(2022, 04, 17)->isGermanHoliday(CarbonGermanHolidays::ALL_STATES_ALL_DAYS)
CarbonGermanHolidays::createFromDate(2022, 04, 15)->isGermanHoliday(CarbonGermanHolidays::ALL_STATES_ALL_DAYS)

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.