Panpakorn Siripanich

Results 76 comments of Panpakorn Siripanich

I found [this source](https://www.interpressnews.ge/ka/article/799688-mtavrobis-dadgenilebit-ojaxis-sicmindisa-da-mshoblebis-pativiscemis-dgestan-dakavshirebit-17-maisi-ukme-dged-gamocxadda/) in Georgian language which got the decree's exact wording - ended up cross-referencing them to [N167](https://www.facebook.com/story.php/?story_fbid=479231227780225&id=100070800565852) [(Official Link)](https://www.matsne.gov.ge/ka/document/view/6173967). Note that it specifies "2024" than just "May...

> @summicron502 Other changes (I've put them as subcomments so they may have been overlooked before): > > `holidays/countries/russia.py` Line 115-137 (`class RussiaStaticHolidays` section) > > ```python > class RussiaStaticHolidays:...

I'm refactoring Taiwan holidays at the moment - relying on the actual holiday law texts as appeared on Chinese language Wikipedia from 1999 onwards i.e. https://zh.wikisource.org/wiki/紀念日及節日實施辦法_(民國88年) On top of that,...

So, to recap, these functions - right? @ncooder - [x] `.is_working_day(date)` - check if neither weekend or holidays. - [x] `.add_working_days(date, days)` - get the next nth day that's neither...

Some quick updates on the proposed features: | `workalendar` | `holidays`-equivalent (available since [`v0.58`](https://github.com/vacanza/holidays/releases/tag/v0.58)) | | --- | --- | | `.is_working_day(date)` | `.is_working_day(date)` | | `.add_working_days(date, days)` | `.get_nth_working_day(date,...

I'm closing this issue since the only remaining feature request is duplicated with #2179 .

Here's one of the placeholder methods until we get this working natively on Windows (not ideal, but it works for now). - [Enable "Windows Subsystem for Linux" (WSL2)](https://learn.microsoft.com/en-us/windows/wsl/install) - `wsl...

> In this case, I think the most practical approach would be to override `_is_weekend()` method (in second case, the implementation will be a little more... complicated 😉). I'll look...

1. I would say the difference between `WORKDAY` and `UNOFFICIAL` is that the former is officially observed by the government via an act/decree but not declared as a holiday, while...

Quick update: The holidays library now includes built-in support for generating ICS (iCalendar) files starting from [version 0.70](https://github.com/vacanza/holidays/releases/tag/v0.70). The official documentation is available here: https://holidays.readthedocs.io/en/latest/examples/#generate-icalendar-content-and-export-to-ics