Popularity
0.7
Growing
Activity
0.0
Stable
0
1
0
Monthly Downloads: 6
Programming language: Haskell
License: MIT License
Tags:
Time
korea-holidays alternatives and similar packages
Based on the "Time" category.
Alternatively, view korea-holidays alternatives based on common mentions on social networks and blogs.
-
timezone-olson
A pure Haskell parser and renderer for binary Olson timezone files -
distance-of-time
Generate readable distances between times. -
iso8601-time
Convert to/from the ISO 8601 time format in Haskell -
time-locale-compat
Compatibility of TimeLocale between old-locale and time-1.5 -
duration
A tiny compile-time time utility library, inspired by zeit/ms. -
timezone-olson-th
Load Olson timezone files at compile time -
japanese-calendar
Data type of Japanese Calendar (Wareki). -
fixed-timestep
Pure Haskell library to run an action repeatedly, a specific amount of times per second. -
flick-duration
Provides Duration; a type to contain amounts of time
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of korea-holidays or a related project?
README
korea-holidays
korea-holidays is a Haskell library to check if a given date is a Korean Holiday.
Usage
Korea.getHoliday 2000 1 1 `shouldBe`
Just
Holiday
{date = KM.MD (1, 1), name = "New Year's Day", lunar = Nothing}
Korea.getHoliday 2019 3 1 `shouldBe`
Just
Holiday
{date = KM.MD (3, 1), name = "March 1 Movement Day", lunar = Nothing}
Add to your dependency
In your package.yaml
dependencies:
- korea-holidays