| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502 |
- [
- {
- "year": 2024,
- "description": "1月1日(周三)放假1天,不调休",
- "expected": [{ "date": "2024-01-01", "isOffDay": true }]
- },
- {
- "year": 2019,
- "description": "2018年12月30日至2019年1月1日放假调休,共3天。2018年12月29日(星期六)上班。",
- "expected": [
- { "date": "2018-12-30", "isOffDay": true },
- { "date": "2018-12-31", "isOffDay": true },
- { "date": "2019-01-01", "isOffDay": true },
- { "date": "2018-12-29", "isOffDay": false }
- ]
- },
- {
- "year": 2019,
- "description": "2月4日至10日放假调休,共7天。2月2日(星期六)、2月3日(星期日)上班。",
- "expected": [
- { "date": "2019-02-04", "isOffDay": true },
- { "date": "2019-02-05", "isOffDay": true },
- { "date": "2019-02-06", "isOffDay": true },
- { "date": "2019-02-07", "isOffDay": true },
- { "date": "2019-02-08", "isOffDay": true },
- { "date": "2019-02-09", "isOffDay": true },
- { "date": "2019-02-10", "isOffDay": true },
- { "date": "2019-02-02", "isOffDay": false },
- { "date": "2019-02-03", "isOffDay": false }
- ]
- },
- {
- "year": 2019,
- "description": "4月5日放假,与周末连休。",
- "expected": [{ "date": "2019-04-05", "isOffDay": true }]
- },
- {
- "year": 2019,
- "description": "5月1日放假。",
- "expected": [{ "date": "2019-05-01", "isOffDay": true }]
- },
- {
- "year": 2019,
- "description": "6月7日放假,与周末连休。",
- "expected": [{ "date": "2019-06-07", "isOffDay": true }]
- },
- {
- "year": 2019,
- "description": "9月13日放假,与周末连休。",
- "expected": [{ "date": "2019-09-13", "isOffDay": true }]
- },
- {
- "year": 2019,
- "description": "10月1日至7日放假调休,共7天。9月29日(星期日)、10月12日(星期六)上班。",
- "expected": [
- { "date": "2019-10-01", "isOffDay": true },
- { "date": "2019-10-02", "isOffDay": true },
- { "date": "2019-10-03", "isOffDay": true },
- { "date": "2019-10-04", "isOffDay": true },
- { "date": "2019-10-05", "isOffDay": true },
- { "date": "2019-10-06", "isOffDay": true },
- { "date": "2019-10-07", "isOffDay": true },
- { "date": "2019-09-29", "isOffDay": false },
- { "date": "2019-10-12", "isOffDay": false }
- ]
- },
- {
- "year": 2018,
- "description": "1月1日放假,与周末连休。",
- "expected": [{ "date": "2018-01-01", "isOffDay": true }]
- },
- {
- "year": 2018,
- "description": "2月15日至21日放假调休,共7天。2月11日(星期日)、2月24日(星期六)上班。",
- "expected": [
- { "date": "2018-02-15", "isOffDay": true },
- { "date": "2018-02-16", "isOffDay": true },
- { "date": "2018-02-17", "isOffDay": true },
- { "date": "2018-02-18", "isOffDay": true },
- { "date": "2018-02-19", "isOffDay": true },
- { "date": "2018-02-20", "isOffDay": true },
- { "date": "2018-02-21", "isOffDay": true },
- { "date": "2018-02-11", "isOffDay": false },
- { "date": "2018-02-24", "isOffDay": false }
- ]
- },
- {
- "year": 2018,
- "description": "4月5日至7日放假调休,共3天。4月8日(星期日)上班。",
- "expected": [
- { "date": "2018-04-05", "isOffDay": true },
- { "date": "2018-04-06", "isOffDay": true },
- { "date": "2018-04-07", "isOffDay": true },
- { "date": "2018-04-08", "isOffDay": false }
- ]
- },
- {
- "year": 2018,
- "description": "4月29日至5月1日放假调休,共3天。4月28日(星期六)上班。",
- "expected": [
- { "date": "2018-04-29", "isOffDay": true },
- { "date": "2018-04-30", "isOffDay": true },
- { "date": "2018-05-01", "isOffDay": true },
- { "date": "2018-04-28", "isOffDay": false }
- ]
- },
- {
- "year": 2018,
- "description": "6月18日放假,与周末连休。",
- "expected": [{ "date": "2018-06-18", "isOffDay": true }]
- },
- {
- "year": 2018,
- "description": "9月24日放假,与周末连休。",
- "expected": [{ "date": "2018-09-24", "isOffDay": true }]
- },
- {
- "year": 2018,
- "description": "10月1日至7日放假调休,共7天。9月29日(星期六)、9月30日(星期日)上班。",
- "expected": [
- { "date": "2018-10-01", "isOffDay": true },
- { "date": "2018-10-02", "isOffDay": true },
- { "date": "2018-10-03", "isOffDay": true },
- { "date": "2018-10-04", "isOffDay": true },
- { "date": "2018-10-05", "isOffDay": true },
- { "date": "2018-10-06", "isOffDay": true },
- { "date": "2018-10-07", "isOffDay": true },
- { "date": "2018-09-29", "isOffDay": false },
- { "date": "2018-09-30", "isOffDay": false }
- ]
- },
- {
- "year": 2016,
- "description": "1月1日放假,与周末连休。",
- "expected": [{ "date": "2016-01-01", "isOffDay": true }]
- },
- {
- "year": 2016,
- "description": "2月7日至13日放假调休,共7天。2月6日(星期六)、2月14日(星期日)上班。",
- "expected": [
- { "date": "2016-02-07", "isOffDay": true },
- { "date": "2016-02-08", "isOffDay": true },
- { "date": "2016-02-09", "isOffDay": true },
- { "date": "2016-02-10", "isOffDay": true },
- { "date": "2016-02-11", "isOffDay": true },
- { "date": "2016-02-12", "isOffDay": true },
- { "date": "2016-02-13", "isOffDay": true },
- { "date": "2016-02-06", "isOffDay": false },
- { "date": "2016-02-14", "isOffDay": false }
- ]
- },
- {
- "year": 2016,
- "description": "4月4日放假,与周末连休。",
- "expected": [{ "date": "2016-04-04", "isOffDay": true }]
- },
- {
- "year": 2016,
- "description": "5月1日放假,5月2日(星期一)补休。",
- "expected": [
- { "date": "2016-05-01", "isOffDay": true },
- { "date": "2016-05-02", "isOffDay": true }
- ]
- },
- {
- "year": 2016,
- "description": "6月9日至11日放假调休,共3天。6月12日(星期日)上班。",
- "expected": [
- { "date": "2016-06-09", "isOffDay": true },
- { "date": "2016-06-10", "isOffDay": true },
- { "date": "2016-06-11", "isOffDay": true },
- { "date": "2016-06-12", "isOffDay": false }
- ]
- },
- {
- "year": 2016,
- "description": "9月15日至17日放假调休,共3天。9月18日(星期日)上班。",
- "expected": [
- { "date": "2016-09-15", "isOffDay": true },
- { "date": "2016-09-16", "isOffDay": true },
- { "date": "2016-09-17", "isOffDay": true },
- { "date": "2016-09-18", "isOffDay": false }
- ]
- },
- {
- "year": 2016,
- "description": "10月1日至7日放假调休,共7天。10月8日(星期六)、10月9日(星期日)上班。",
- "expected": [
- { "date": "2016-10-01", "isOffDay": true },
- { "date": "2016-10-02", "isOffDay": true },
- { "date": "2016-10-03", "isOffDay": true },
- { "date": "2016-10-04", "isOffDay": true },
- { "date": "2016-10-05", "isOffDay": true },
- { "date": "2016-10-06", "isOffDay": true },
- { "date": "2016-10-07", "isOffDay": true },
- { "date": "2016-10-08", "isOffDay": false },
- { "date": "2016-10-09", "isOffDay": false }
- ]
- },
- {
- "year": 2016,
- "description": "5月1日放假,5月2日(星期一)补休。",
- "expected": [
- { "date": "2016-05-01", "isOffDay": true },
- { "date": "2016-05-02", "isOffDay": true }
- ]
- },
- {
- "year": 2014,
- "description": "1月1日放假1天。",
- "expected": [{ "date": "2014-01-01", "isOffDay": true }]
- },
- {
- "year": 2014,
- "description": "1月31日至2月6日放假调休,共7天。1月26日(星期日)、2月8日(星期六)上班。",
- "expected": [
- { "date": "2014-01-31", "isOffDay": true },
- { "date": "2014-02-01", "isOffDay": true },
- { "date": "2014-02-02", "isOffDay": true },
- { "date": "2014-02-03", "isOffDay": true },
- { "date": "2014-02-04", "isOffDay": true },
- { "date": "2014-02-05", "isOffDay": true },
- { "date": "2014-02-06", "isOffDay": true },
- { "date": "2014-01-26", "isOffDay": false },
- { "date": "2014-02-08", "isOffDay": false }
- ]
- },
- {
- "year": 2014,
- "description": "4月5日放假,4月7日(星期一)补休。",
- "expected": [
- { "date": "2014-04-05", "isOffDay": true },
- { "date": "2014-04-07", "isOffDay": true }
- ]
- },
- {
- "year": 2014,
- "description": "5月1日至3日放假调休,共3天。5月4日(星期日)上班。",
- "expected": [
- { "date": "2014-05-01", "isOffDay": true },
- { "date": "2014-05-02", "isOffDay": true },
- { "date": "2014-05-03", "isOffDay": true },
- { "date": "2014-05-04", "isOffDay": false }
- ]
- },
- {
- "year": 2014,
- "description": "6月2日放假,与周末连休。",
- "expected": [{ "date": "2014-06-02", "isOffDay": true }]
- },
- {
- "year": 2014,
- "description": "9月8日放假,与周末连休。",
- "expected": [{ "date": "2014-09-08", "isOffDay": true }]
- },
- {
- "year": 2014,
- "description": "10月1日至7日放假调休,共7天。9月28日(星期日)、10月11日(星期六)上班。",
- "expected": [
- { "date": "2014-10-01", "isOffDay": true },
- { "date": "2014-10-02", "isOffDay": true },
- { "date": "2014-10-03", "isOffDay": true },
- { "date": "2014-10-04", "isOffDay": true },
- { "date": "2014-10-05", "isOffDay": true },
- { "date": "2014-10-06", "isOffDay": true },
- { "date": "2014-10-07", "isOffDay": true },
- { "date": "2014-09-28", "isOffDay": false },
- { "date": "2014-10-11", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "1月1日至3日放假调休,共3天。1月5日(星期六)、1月6日(星期日)上班。",
- "expected": [
- { "date": "2013-01-01", "isOffDay": true },
- { "date": "2013-01-02", "isOffDay": true },
- { "date": "2013-01-03", "isOffDay": true },
- { "date": "2013-01-05", "isOffDay": false },
- { "date": "2013-01-06", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "2月9日至15日放假调休,共7天。2月16日(星期六)、2月17日(星期日)上班。",
- "expected": [
- { "date": "2013-02-09", "isOffDay": true },
- { "date": "2013-02-10", "isOffDay": true },
- { "date": "2013-02-11", "isOffDay": true },
- { "date": "2013-02-12", "isOffDay": true },
- { "date": "2013-02-13", "isOffDay": true },
- { "date": "2013-02-14", "isOffDay": true },
- { "date": "2013-02-15", "isOffDay": true },
- { "date": "2013-02-16", "isOffDay": false },
- { "date": "2013-02-17", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "4月4日至6日放假调休,共3天。4月7日(星期日)上班。",
- "expected": [
- { "date": "2013-04-04", "isOffDay": true },
- { "date": "2013-04-05", "isOffDay": true },
- { "date": "2013-04-06", "isOffDay": true },
- { "date": "2013-04-07", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "4月29日至5月1日放假调休,共3天。4月27日(星期六)、4月28日(星期日)上班。",
- "expected": [
- { "date": "2013-04-29", "isOffDay": true },
- { "date": "2013-04-30", "isOffDay": true },
- { "date": "2013-05-01", "isOffDay": true },
- { "date": "2013-04-27", "isOffDay": false },
- { "date": "2013-04-28", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "6月10日至12日放假调休,共3天。6月8日(星期六)、6月9日(星期日)上班。",
- "expected": [
- { "date": "2013-06-10", "isOffDay": true },
- { "date": "2013-06-11", "isOffDay": true },
- { "date": "2013-06-12", "isOffDay": true },
- { "date": "2013-06-08", "isOffDay": false },
- { "date": "2013-06-09", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "9月19日至21日放假调休,共3天。9月22日(星期日)上班。",
- "expected": [
- { "date": "2013-09-19", "isOffDay": true },
- { "date": "2013-09-20", "isOffDay": true },
- { "date": "2013-09-21", "isOffDay": true },
- { "date": "2013-09-22", "isOffDay": false }
- ]
- },
- {
- "year": 2013,
- "description": "10月1日至7日放假调休,共7天。9月29日(星期日)、10月12日(星期六)上班。",
- "expected": [
- { "date": "2013-10-01", "isOffDay": true },
- { "date": "2013-10-02", "isOffDay": true },
- { "date": "2013-10-03", "isOffDay": true },
- { "date": "2013-10-04", "isOffDay": true },
- { "date": "2013-10-05", "isOffDay": true },
- { "date": "2013-10-06", "isOffDay": true },
- { "date": "2013-10-07", "isOffDay": true },
- { "date": "2013-09-29", "isOffDay": false },
- { "date": "2013-10-12", "isOffDay": false }
- ]
- },
- {
- "year": 2011,
- "description": "2月2日(农历除夕)至8日放假调休,共7天。1月30日(星期日)、2月12日(星期六)上班。",
- "expected": [
- { "date": "2011-02-02", "isOffDay": true },
- { "date": "2011-02-03", "isOffDay": true },
- { "date": "2011-02-04", "isOffDay": true },
- { "date": "2011-02-05", "isOffDay": true },
- { "date": "2011-02-06", "isOffDay": true },
- { "date": "2011-02-07", "isOffDay": true },
- { "date": "2011-02-08", "isOffDay": true },
- { "date": "2011-01-30", "isOffDay": false },
- { "date": "2011-02-12", "isOffDay": false }
- ]
- },
- {
- "year": 2008,
- "description": "2007年12月30日—2008年1月1日放假,共3天。其中,1月1日(星期二)为法定节假日,12月30日(星期日)为公休日,12月29日(星期六)公休日调至12月31日(星期一),12月29日(星期六)上班。",
- "expected": [
- { "date": "2007-12-30", "isOffDay": true },
- { "date": "2007-12-31", "isOffDay": true },
- { "date": "2008-01-01", "isOffDay": true },
- { "date": "2007-12-29", "isOffDay": false }
- ]
- },
- {
- "year": 2008,
- "description": "2月6日—12日(农历除夕至正月初六)放假,共7天。其中,2月6日(除夕)、2月7日(春节)、2月8日(正月初二)为法定节假日,2月9日(星期六)、2月10日(星期日)照常公休,2月2日(星期六)、2月3日(星期日)两个公休日调至2月11日(星期一)、2月12日(星期二),2月2日(星期六)、2月3日(星期日)上班。",
- "expected": [
- { "date": "2008-02-06", "isOffDay": true },
- { "date": "2008-02-07", "isOffDay": true },
- { "date": "2008-02-08", "isOffDay": true },
- { "date": "2008-02-09", "isOffDay": true },
- { "date": "2008-02-10", "isOffDay": true },
- { "date": "2008-02-11", "isOffDay": true },
- { "date": "2008-02-12", "isOffDay": true },
- { "date": "2008-02-02", "isOffDay": false },
- { "date": "2008-02-03", "isOffDay": false }
- ]
- },
- {
- "year": 2008,
- "description": "4月4日—6日放假,共3天。其中,4月4日(清明节)为法定节假日,4月5日(星期六)、4月6日(星期日)照常公休。",
- "expected": [
- { "date": "2008-04-04", "isOffDay": true },
- { "date": "2008-04-05", "isOffDay": true },
- { "date": "2008-04-06", "isOffDay": true }
- ]
- },
- {
- "year": 2008,
- "description": "5月1日—3日放假,共3天。其中,5月1日为法定节假日,5月3日(星期六)为公休日,5月4日(星期日)公休日调至5月2日(星期五),5月4日(星期日)上班。",
- "expected": [
- { "date": "2008-05-01", "isOffDay": true },
- { "date": "2008-05-02", "isOffDay": true },
- { "date": "2008-05-03", "isOffDay": true },
- { "date": "2008-05-04", "isOffDay": false }
- ]
- },
- {
- "year": 2008,
- "description": "6月7日—9日放假,共3天。其中,6月7日(星期六)照常公休,6月8日(农历五月初五,端午节)为法定节假日,6月8日(星期日)公休日调至6月9日(星期一)。",
- "expected": [
- { "date": "2008-06-07", "isOffDay": true },
- { "date": "2008-06-08", "isOffDay": true },
- { "date": "2008-06-09", "isOffDay": true }
- ]
- },
- {
- "year": 2008,
- "description": "9月13日—15日放假,共3天。其中,9月13日(星期六)为公休日,9月14日(农历八月十五,中秋节)为法定节假日,9月14日(星期日)公休日调至9月15日(星期一)。",
- "expected": [
- { "date": "2008-09-13", "isOffDay": true },
- { "date": "2008-09-14", "isOffDay": true },
- { "date": "2008-09-15", "isOffDay": true }
- ]
- },
- {
- "year": 2008,
- "description": "9月29日—10月5日放假,共7天。其中,10月1日、2日、3日为法定节假日,9月27日(星期六)、9月28日(星期日)两个公休日调至9月29日(星期一)、30日(星期二),10月4日(星期六)、5日(星期日)照常公休。",
- "expected": [
- { "date": "2008-09-29", "isOffDay": true },
- { "date": "2008-09-30", "isOffDay": true },
- { "date": "2008-10-01", "isOffDay": true },
- { "date": "2008-10-02", "isOffDay": true },
- { "date": "2008-10-03", "isOffDay": true },
- { "date": "2008-10-04", "isOffDay": true },
- { "date": "2008-10-05", "isOffDay": true },
- { "date": "2008-09-27", "isOffDay": false },
- { "date": "2008-09-28", "isOffDay": false }
- ]
- },
- {
- "year": 2007,
- "description": "1月1日—3日放假,共3天。其中1月1日为法定假日,将2006年12月30日(星期六)、31日(星期日)两个公休日分别调至2007年1月2日、3日,2006年12月30日(星期六)、31日(星期日)上班。",
- "expected": [
- { "date": "2007-01-01", "isOffDay": true },
- { "date": "2007-01-02", "isOffDay": true },
- { "date": "2007-01-03", "isOffDay": true },
- { "date": "2006-12-30", "isOffDay": false },
- { "date": "2006-12-31", "isOffDay": false }
- ]
- },
- {
- "year": 2007,
- "description": "2月18日—24日(即农历大年初一至初七)放假,共7天。其中18日、19日、20日为法定假日,将17日(星期六)、18日(星期日)、25日(星期日)三个公休日分别调至21日(星期三)、22日(星期四)、23日(星期五);24日(星期六)照常公休,17日、25日上班。",
- "expected": [
- { "date": "2007-02-18", "isOffDay": true },
- { "date": "2007-02-19", "isOffDay": true },
- { "date": "2007-02-20", "isOffDay": true },
- { "date": "2007-02-21", "isOffDay": true },
- { "date": "2007-02-22", "isOffDay": true },
- { "date": "2007-02-23", "isOffDay": true },
- { "date": "2007-02-24", "isOffDay": true },
- { "date": "2007-02-17", "isOffDay": false },
- { "date": "2007-02-25", "isOffDay": false }
- ]
- },
- {
- "year": 2007,
- "description": "5月1日—7日放假,共7天。其中,1日、2日、3日为法定假日,将4月28日(星期六)、29日(星期日)两个公休日调至5月4日(星期五)、7日(星期一);5月5日(星期六)、6日(星期日)照常公休,4月28日、29日上班。",
- "expected": [
- { "date": "2007-05-01", "isOffDay": true },
- { "date": "2007-05-02", "isOffDay": true },
- { "date": "2007-05-03", "isOffDay": true },
- { "date": "2007-05-04", "isOffDay": true },
- { "date": "2007-05-05", "isOffDay": true },
- { "date": "2007-05-06", "isOffDay": true },
- { "date": "2007-05-07", "isOffDay": true },
- { "date": "2007-04-28", "isOffDay": false },
- { "date": "2007-04-29", "isOffDay": false }
- ]
- },
- {
- "year": 2007,
- "description": "10月1日—7日放假,共7天。其中,1日、2日、3日为法定假日,将9月29日(星期六)、30日(星期日)两个公休日调至10月4日(星期四)、5日(星期五);10月6日(星期六)、7日(星期日)照常公休,9月29日、30日上班。",
- "expected": [
- { "date": "2007-10-01", "isOffDay": true },
- { "date": "2007-10-02", "isOffDay": true },
- { "date": "2007-10-03", "isOffDay": true },
- { "date": "2007-10-04", "isOffDay": true },
- { "date": "2007-10-05", "isOffDay": true },
- { "date": "2007-10-06", "isOffDay": true },
- { "date": "2007-10-07", "isOffDay": true },
- { "date": "2007-09-29", "isOffDay": false },
- { "date": "2007-09-30", "isOffDay": false }
- ]
- }
- ]
|