zakuro 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/doc/dropped_date.md +25 -0
- data/doc/operation/csv/month.csv +1 -1
- data/doc/operation/operation.xlsx +0 -0
- data/doc/vanished_date.md +26 -0
- data/lib/zakuro/calculation/cycle/abstract_remainder.rb +26 -0
- data/lib/zakuro/calculation/cycle/abstract_solar_term.rb +1 -1
- data/lib/zakuro/calculation/era/gengou/dated_scroll.rb +6 -2
- data/lib/zakuro/calculation/era/gengou/internal/counter.rb +5 -5
- data/lib/zakuro/calculation/era/gengou/internal/reserve/abstract_list.rb +12 -5
- data/lib/zakuro/calculation/era/gengou/internal/reserve/abstract_range.rb +9 -3
- data/lib/zakuro/calculation/era/gengou/internal/reserve/dated_list.rb +3 -2
- data/lib/zakuro/calculation/era/gengou/internal/reserve/dated_range.rb +4 -2
- data/lib/zakuro/calculation/era/gengou/internal/reserve/named_list.rb +5 -3
- data/lib/zakuro/calculation/era/gengou/internal/reserve/named_range.rb +9 -4
- data/lib/zakuro/calculation/era/gengou/named_scroll.rb +5 -2
- data/lib/zakuro/calculation/monthly/initialized_month.rb +4 -2
- data/lib/zakuro/calculation/monthly/meta/all_solar_term.rb +64 -0
- data/lib/zakuro/calculation/monthly/meta/meta_collector.rb +80 -0
- data/lib/zakuro/calculation/monthly/meta.rb +60 -0
- data/lib/zakuro/calculation/monthly/month.rb +60 -5
- data/lib/zakuro/calculation/monthly/operated_month.rb +5 -19
- data/lib/zakuro/calculation/option/dropped_date/location.rb +12 -23
- data/lib/zakuro/calculation/option/vanished_date/location.rb +9 -2
- data/lib/zakuro/calculation/range/abstract_full_range.rb +19 -2
- data/lib/zakuro/calculation/range/abstract_operation_range.rb +20 -2
- data/lib/zakuro/calculation/range/dated_full_range.rb +3 -1
- data/lib/zakuro/calculation/range/dated_operation_range.rb +3 -1
- data/lib/zakuro/calculation/range/medieval_annual_range.rb +1 -1
- data/lib/zakuro/calculation/range/named_full_range.rb +3 -1
- data/lib/zakuro/calculation/range/named_operation_range.rb +3 -1
- data/lib/zakuro/calculation/range/transfer/gengou_scroller.rb +2 -1
- data/lib/zakuro/calculation/range/transfer/year_boundary.rb +10 -8
- data/lib/zakuro/calculation/stella/solar/abstract_average.rb +8 -34
- data/lib/zakuro/calculation/summary/internal/option.rb +24 -5
- data/lib/zakuro/calculation/summary/western/specifier/single_day.rb +1 -1
- data/lib/zakuro/era/japan/gengou/alignment/linear_gengou.rb +1 -1
- data/lib/zakuro/era/japan/gengou/alignment.rb +14 -2
- data/lib/zakuro/era/japan/gengou/resource/parser.rb +83 -25
- data/lib/zakuro/era/japan/gengou/resource/type.rb +81 -26
- data/lib/zakuro/era/japan/gengou/resource/validator.rb +100 -21
- data/lib/zakuro/era/japan/gengou/resource/yaml/set-001-until-south.yaml +1123 -375
- data/lib/zakuro/era/japan/gengou/resource/yaml/set-002-from-north.yaml +487 -163
- data/lib/zakuro/era/japan/gengou/resource/yaml/set-003-modern.yaml +30 -10
- data/lib/zakuro/era/japan/gengou/resource.rb +16 -0
- data/lib/zakuro/era/japan/gengou.rb +7 -4
- data/lib/zakuro/operation/yaml/month.yaml +1 -1
- data/lib/zakuro/output/logger.rb +21 -3
- data/lib/zakuro/tools/remainder_comparer.rb +97 -0
- metadata +6 -2
@@ -5,16 +5,24 @@ last_year:
|
|
5
5
|
japan: 9
|
6
6
|
western: 1392
|
7
7
|
last_date:
|
8
|
-
|
9
|
-
|
8
|
+
calculation:
|
9
|
+
japan: ''
|
10
|
+
western: ''
|
11
|
+
operation:
|
12
|
+
japan: 元中09年閏10月04日
|
13
|
+
western: '1392-11-18'
|
10
14
|
list:
|
11
15
|
- name: 允恭天皇
|
12
16
|
start_year:
|
13
17
|
japan: 34
|
14
18
|
western: 445
|
15
19
|
start_date:
|
16
|
-
|
17
|
-
|
20
|
+
calculation:
|
21
|
+
japan: ''
|
22
|
+
western: ''
|
23
|
+
operation:
|
24
|
+
japan: 允恭天皇34年01月01日
|
25
|
+
western: 445-1-24
|
18
26
|
disuse:
|
19
27
|
new_year_date: 445-1-24
|
20
28
|
note: ''
|
@@ -23,8 +31,12 @@ list:
|
|
23
31
|
japan: 1
|
24
32
|
western: 454
|
25
33
|
start_date:
|
26
|
-
|
27
|
-
|
34
|
+
calculation:
|
35
|
+
japan: ''
|
36
|
+
western: ''
|
37
|
+
operation:
|
38
|
+
japan: 安康天皇01年01月01日
|
39
|
+
western: 454-2-14
|
28
40
|
disuse:
|
29
41
|
new_year_date: 454-2-14
|
30
42
|
note: ''
|
@@ -33,8 +45,12 @@ list:
|
|
33
45
|
japan: 1
|
34
46
|
western: 457
|
35
47
|
start_date:
|
36
|
-
|
37
|
-
|
48
|
+
calculation:
|
49
|
+
japan: ''
|
50
|
+
western: ''
|
51
|
+
operation:
|
52
|
+
japan: 雄略天皇01年01月01日
|
53
|
+
western: 457-2-10
|
38
54
|
disuse:
|
39
55
|
new_year_date: 457-2-10
|
40
56
|
note: ''
|
@@ -43,8 +59,12 @@ list:
|
|
43
59
|
japan: 1
|
44
60
|
western: 480
|
45
61
|
start_date:
|
46
|
-
|
47
|
-
|
62
|
+
calculation:
|
63
|
+
japan: ''
|
64
|
+
western: ''
|
65
|
+
operation:
|
66
|
+
japan: 清寧天皇01年01月01日
|
67
|
+
western: 480-1-28
|
48
68
|
disuse:
|
49
69
|
new_year_date: 480-1-28
|
50
70
|
note: ''
|
@@ -53,8 +73,12 @@ list:
|
|
53
73
|
japan: 1
|
54
74
|
western: 485
|
55
75
|
start_date:
|
56
|
-
|
57
|
-
|
76
|
+
calculation:
|
77
|
+
japan: ''
|
78
|
+
western: ''
|
79
|
+
operation:
|
80
|
+
japan: 顕宗天皇01年01月01日
|
81
|
+
western: 485-2-1
|
58
82
|
disuse:
|
59
83
|
new_year_date: 485-2-1
|
60
84
|
note: ''
|
@@ -63,8 +87,12 @@ list:
|
|
63
87
|
japan: 1
|
64
88
|
western: 488
|
65
89
|
start_date:
|
66
|
-
|
67
|
-
|
90
|
+
calculation:
|
91
|
+
japan: ''
|
92
|
+
western: ''
|
93
|
+
operation:
|
94
|
+
japan: 仁賢天皇01年01月01日
|
95
|
+
western: 488-1-29
|
68
96
|
disuse:
|
69
97
|
new_year_date: 488-1-29
|
70
98
|
note: ''
|
@@ -73,8 +101,12 @@ list:
|
|
73
101
|
japan: 1
|
74
102
|
western: 499
|
75
103
|
start_date:
|
76
|
-
|
77
|
-
|
104
|
+
calculation:
|
105
|
+
japan: ''
|
106
|
+
western: ''
|
107
|
+
operation:
|
108
|
+
japan: 武烈天皇01年01月01日
|
109
|
+
western: 499-1-28
|
78
110
|
disuse:
|
79
111
|
new_year_date: 499-1-28
|
80
112
|
note: ''
|
@@ -83,8 +115,12 @@ list:
|
|
83
115
|
japan: 1
|
84
116
|
western: 507
|
85
117
|
start_date:
|
86
|
-
|
87
|
-
|
118
|
+
calculation:
|
119
|
+
japan: ''
|
120
|
+
western: ''
|
121
|
+
operation:
|
122
|
+
japan: 継体天皇01年01月01日
|
123
|
+
western: 507-1-29
|
88
124
|
disuse:
|
89
125
|
new_year_date: 507-1-29
|
90
126
|
note: ''
|
@@ -93,8 +129,12 @@ list:
|
|
93
129
|
japan: 1
|
94
130
|
western: 534
|
95
131
|
start_date:
|
96
|
-
|
97
|
-
|
132
|
+
calculation:
|
133
|
+
japan: ''
|
134
|
+
western: ''
|
135
|
+
operation:
|
136
|
+
japan: 安閑天皇01年01月01日
|
137
|
+
western: 534-1-30
|
98
138
|
disuse:
|
99
139
|
new_year_date: 534-1-30
|
100
140
|
note: ''
|
@@ -103,8 +143,12 @@ list:
|
|
103
143
|
japan: 1
|
104
144
|
western: 536
|
105
145
|
start_date:
|
106
|
-
|
107
|
-
|
146
|
+
calculation:
|
147
|
+
japan: ''
|
148
|
+
western: ''
|
149
|
+
operation:
|
150
|
+
japan: 宣化天皇01年01月01日
|
151
|
+
western: 536-2-8
|
108
152
|
disuse:
|
109
153
|
new_year_date: 536-2-8
|
110
154
|
note: ''
|
@@ -113,8 +157,12 @@ list:
|
|
113
157
|
japan: 1
|
114
158
|
western: 540
|
115
159
|
start_date:
|
116
|
-
|
117
|
-
|
160
|
+
calculation:
|
161
|
+
japan: ''
|
162
|
+
western: ''
|
163
|
+
operation:
|
164
|
+
japan: 欽明天皇01年01月01日
|
165
|
+
western: 540-1-25
|
118
166
|
disuse:
|
119
167
|
new_year_date: 540-1-25
|
120
168
|
note: ''
|
@@ -123,8 +171,12 @@ list:
|
|
123
171
|
japan: 1
|
124
172
|
western: 572
|
125
173
|
start_date:
|
126
|
-
|
127
|
-
|
174
|
+
calculation:
|
175
|
+
japan: ''
|
176
|
+
western: ''
|
177
|
+
operation:
|
178
|
+
japan: 敏達天皇01年01月01日
|
179
|
+
western: 572-1-31
|
128
180
|
disuse:
|
129
181
|
new_year_date: 572-1-31
|
130
182
|
note: ''
|
@@ -133,8 +185,12 @@ list:
|
|
133
185
|
japan: 1
|
134
186
|
western: 586
|
135
187
|
start_date:
|
136
|
-
|
137
|
-
|
188
|
+
calculation:
|
189
|
+
japan: ''
|
190
|
+
western: ''
|
191
|
+
operation:
|
192
|
+
japan: 用明天皇01年01月01日
|
193
|
+
western: 586-1-25
|
138
194
|
disuse:
|
139
195
|
new_year_date: 586-1-25
|
140
196
|
note: ''
|
@@ -143,8 +199,12 @@ list:
|
|
143
199
|
japan: 1
|
144
200
|
western: 588
|
145
201
|
start_date:
|
146
|
-
|
147
|
-
|
202
|
+
calculation:
|
203
|
+
japan: ''
|
204
|
+
western: ''
|
205
|
+
operation:
|
206
|
+
japan: 崇峻天皇01年01月01日
|
207
|
+
western: 588-2-3
|
148
208
|
disuse:
|
149
209
|
new_year_date: 588-2-3
|
150
210
|
note: ''
|
@@ -153,8 +213,12 @@ list:
|
|
153
213
|
japan: 1
|
154
214
|
western: 593
|
155
215
|
start_date:
|
156
|
-
|
157
|
-
|
216
|
+
calculation:
|
217
|
+
japan: ''
|
218
|
+
western: ''
|
219
|
+
operation:
|
220
|
+
japan: 推古天皇01年01月01日
|
221
|
+
western: 593-2-7
|
158
222
|
disuse:
|
159
223
|
new_year_date: 593-2-7
|
160
224
|
note: ''
|
@@ -163,8 +227,12 @@ list:
|
|
163
227
|
japan: 1
|
164
228
|
western: 629
|
165
229
|
start_date:
|
166
|
-
|
167
|
-
|
230
|
+
calculation:
|
231
|
+
japan: ''
|
232
|
+
western: ''
|
233
|
+
operation:
|
234
|
+
japan: 舒明天皇01年01月01日
|
235
|
+
western: 629-1-30
|
168
236
|
disuse:
|
169
237
|
new_year_date: 629-1-30
|
170
238
|
note: ''
|
@@ -173,8 +241,12 @@ list:
|
|
173
241
|
japan: 1
|
174
242
|
western: 642
|
175
243
|
start_date:
|
176
|
-
|
177
|
-
|
244
|
+
calculation:
|
245
|
+
japan: ''
|
246
|
+
western: ''
|
247
|
+
operation:
|
248
|
+
japan: 皇極天皇01年01月01日
|
249
|
+
western: 642-2-5
|
178
250
|
disuse:
|
179
251
|
new_year_date: 642-2-5
|
180
252
|
note: ''
|
@@ -183,8 +255,12 @@ list:
|
|
183
255
|
japan: 1
|
184
256
|
western: 645
|
185
257
|
start_date:
|
186
|
-
|
187
|
-
|
258
|
+
calculation:
|
259
|
+
japan: ''
|
260
|
+
western: ''
|
261
|
+
operation:
|
262
|
+
japan: 大化01年06月19日
|
263
|
+
western: 645-7-17
|
188
264
|
disuse:
|
189
265
|
new_year_date: 645-2-2
|
190
266
|
note: ''
|
@@ -193,8 +269,12 @@ list:
|
|
193
269
|
japan: 1
|
194
270
|
western: 650
|
195
271
|
start_date:
|
196
|
-
|
197
|
-
|
272
|
+
calculation:
|
273
|
+
japan: ''
|
274
|
+
western: ''
|
275
|
+
operation:
|
276
|
+
japan: 白雉01年02月15日
|
277
|
+
western: 650-3-22
|
198
278
|
disuse:
|
199
279
|
new_year_date: 650-2-7
|
200
280
|
note: ''
|
@@ -203,8 +283,12 @@ list:
|
|
203
283
|
japan: 1
|
204
284
|
western: 655
|
205
285
|
start_date:
|
206
|
-
|
207
|
-
|
286
|
+
calculation:
|
287
|
+
japan: ''
|
288
|
+
western: ''
|
289
|
+
operation:
|
290
|
+
japan: 斉明天皇01年01月01日
|
291
|
+
western: 655-2-12
|
208
292
|
disuse:
|
209
293
|
new_year_date: 655-2-12
|
210
294
|
note: ''
|
@@ -213,8 +297,12 @@ list:
|
|
213
297
|
japan: 1
|
214
298
|
western: 662
|
215
299
|
start_date:
|
216
|
-
|
217
|
-
|
300
|
+
calculation:
|
301
|
+
japan: ''
|
302
|
+
western: ''
|
303
|
+
operation:
|
304
|
+
japan: 天智天皇01年01月01日
|
305
|
+
western: 662-1-25
|
218
306
|
disuse:
|
219
307
|
new_year_date: 662-1-25
|
220
308
|
note: ''
|
@@ -223,8 +311,12 @@ list:
|
|
223
311
|
japan: 1
|
224
312
|
western: 672
|
225
313
|
start_date:
|
226
|
-
|
227
|
-
|
314
|
+
calculation:
|
315
|
+
japan: ''
|
316
|
+
western: ''
|
317
|
+
operation:
|
318
|
+
japan: 天武天皇01年01月01日
|
319
|
+
western: 672-2-4
|
228
320
|
disuse:
|
229
321
|
new_year_date: 672-2-4
|
230
322
|
note: ''
|
@@ -233,8 +325,12 @@ list:
|
|
233
325
|
japan: 1
|
234
326
|
western: 686
|
235
327
|
start_date:
|
236
|
-
|
237
|
-
|
328
|
+
calculation:
|
329
|
+
japan: ''
|
330
|
+
western: ''
|
331
|
+
operation:
|
332
|
+
japan: 朱鳥01年07月20日
|
333
|
+
western: 686-8-14
|
238
334
|
disuse:
|
239
335
|
new_year_date: 686-1-30
|
240
336
|
note: ''
|
@@ -243,8 +339,12 @@ list:
|
|
243
339
|
japan: 1
|
244
340
|
western: 687
|
245
341
|
start_date:
|
246
|
-
|
247
|
-
|
342
|
+
calculation:
|
343
|
+
japan: ''
|
344
|
+
western: ''
|
345
|
+
operation:
|
346
|
+
japan: 持統天皇01年01月01日
|
347
|
+
western: 687-2-18
|
248
348
|
disuse:
|
249
349
|
new_year_date: 687-2-18
|
250
350
|
note: ''
|
@@ -253,8 +353,12 @@ list:
|
|
253
353
|
japan: 1
|
254
354
|
western: 697
|
255
355
|
start_date:
|
256
|
-
|
257
|
-
|
356
|
+
calculation:
|
357
|
+
japan: ''
|
358
|
+
western: ''
|
359
|
+
operation:
|
360
|
+
japan: 文武天皇01年01月01日
|
361
|
+
western: 697-1-28
|
258
362
|
disuse:
|
259
363
|
new_year_date: 697-1-28
|
260
364
|
note: ''
|
@@ -263,8 +367,12 @@ list:
|
|
263
367
|
japan: 1
|
264
368
|
western: 701
|
265
369
|
start_date:
|
266
|
-
|
267
|
-
|
370
|
+
calculation:
|
371
|
+
japan: ''
|
372
|
+
western: ''
|
373
|
+
operation:
|
374
|
+
japan: 大宝01年03月21日
|
375
|
+
western: 701-5-3
|
268
376
|
disuse:
|
269
377
|
new_year_date: 701-2-13
|
270
378
|
note: ''
|
@@ -273,8 +381,12 @@ list:
|
|
273
381
|
japan: 1
|
274
382
|
western: 704
|
275
383
|
start_date:
|
276
|
-
|
277
|
-
|
384
|
+
calculation:
|
385
|
+
japan: ''
|
386
|
+
western: ''
|
387
|
+
operation:
|
388
|
+
japan: 慶雲01年05月10日
|
389
|
+
western: 704-6-16
|
278
390
|
disuse:
|
279
391
|
new_year_date: 704-2-10
|
280
392
|
note: ''
|
@@ -283,8 +395,12 @@ list:
|
|
283
395
|
japan: 1
|
284
396
|
western: 708
|
285
397
|
start_date:
|
286
|
-
|
287
|
-
|
398
|
+
calculation:
|
399
|
+
japan: ''
|
400
|
+
western: ''
|
401
|
+
operation:
|
402
|
+
japan: 和銅01年01月11日
|
403
|
+
western: 708-2-7
|
288
404
|
disuse:
|
289
405
|
new_year_date: 708-1-28
|
290
406
|
note: ''
|
@@ -293,8 +409,12 @@ list:
|
|
293
409
|
japan: 1
|
294
410
|
western: 715
|
295
411
|
start_date:
|
296
|
-
|
297
|
-
|
412
|
+
calculation:
|
413
|
+
japan: ''
|
414
|
+
western: ''
|
415
|
+
operation:
|
416
|
+
japan: 霊亀01年09月02日
|
417
|
+
western: 715-10-3
|
298
418
|
disuse:
|
299
419
|
new_year_date: 715-2-9
|
300
420
|
note: ''
|
@@ -303,8 +423,12 @@ list:
|
|
303
423
|
japan: 1
|
304
424
|
western: 717
|
305
425
|
start_date:
|
306
|
-
|
307
|
-
|
426
|
+
calculation:
|
427
|
+
japan: ''
|
428
|
+
western: ''
|
429
|
+
operation:
|
430
|
+
japan: 養老01年11月17日
|
431
|
+
western: 717-12-24
|
308
432
|
disuse:
|
309
433
|
new_year_date: 717-2-16
|
310
434
|
note: ''
|
@@ -313,8 +437,12 @@ list:
|
|
313
437
|
japan: 1
|
314
438
|
western: 724
|
315
439
|
start_date:
|
316
|
-
|
317
|
-
|
440
|
+
calculation:
|
441
|
+
japan: ''
|
442
|
+
western: ''
|
443
|
+
operation:
|
444
|
+
japan: 神亀01年02月04日
|
445
|
+
western: 724-3-3
|
318
446
|
disuse:
|
319
447
|
new_year_date: 724-1-31
|
320
448
|
note: ''
|
@@ -323,8 +451,12 @@ list:
|
|
323
451
|
japan: 1
|
324
452
|
western: 729
|
325
453
|
start_date:
|
326
|
-
|
327
|
-
|
454
|
+
calculation:
|
455
|
+
japan: ''
|
456
|
+
western: ''
|
457
|
+
operation:
|
458
|
+
japan: 天平01年08月05日
|
459
|
+
western: 729-9-2
|
328
460
|
disuse:
|
329
461
|
new_year_date: 729-2-3
|
330
462
|
note: ''
|
@@ -333,8 +465,12 @@ list:
|
|
333
465
|
japan: 1
|
334
466
|
western: 749
|
335
467
|
start_date:
|
336
|
-
|
337
|
-
|
468
|
+
calculation:
|
469
|
+
japan: ''
|
470
|
+
western: ''
|
471
|
+
operation:
|
472
|
+
japan: 天平感宝01年04月14日
|
473
|
+
western: 749-5-4
|
338
474
|
disuse:
|
339
475
|
new_year_date: 749-1-23
|
340
476
|
note: ''
|
@@ -343,8 +479,12 @@ list:
|
|
343
479
|
japan: 1
|
344
480
|
western: 749
|
345
481
|
start_date:
|
346
|
-
|
347
|
-
|
482
|
+
calculation:
|
483
|
+
japan: ''
|
484
|
+
western: ''
|
485
|
+
operation:
|
486
|
+
japan: 天平勝宝01年07月02日
|
487
|
+
western: 749-8-19
|
348
488
|
disuse:
|
349
489
|
new_year_date: 749-1-23
|
350
490
|
note: ''
|
@@ -353,8 +493,12 @@ list:
|
|
353
493
|
japan: 1
|
354
494
|
western: 757
|
355
495
|
start_date:
|
356
|
-
|
357
|
-
|
496
|
+
calculation:
|
497
|
+
japan: ''
|
498
|
+
western: ''
|
499
|
+
operation:
|
500
|
+
japan: 天平宝字01年08月18日
|
501
|
+
western: 757-9-6
|
358
502
|
disuse:
|
359
503
|
new_year_date: 749-1-23
|
360
504
|
note: ''
|
@@ -363,8 +507,12 @@ list:
|
|
363
507
|
japan: 1
|
364
508
|
western: 765
|
365
509
|
start_date:
|
366
|
-
|
367
|
-
|
510
|
+
calculation:
|
511
|
+
japan: ''
|
512
|
+
western: ''
|
513
|
+
operation:
|
514
|
+
japan: 天平神護01年01月07日
|
515
|
+
western: 765-2-1
|
368
516
|
disuse:
|
369
517
|
new_year_date: 765-1-26
|
370
518
|
note: ''
|
@@ -373,8 +521,12 @@ list:
|
|
373
521
|
japan: 1
|
374
522
|
western: 767
|
375
523
|
start_date:
|
376
|
-
|
377
|
-
|
524
|
+
calculation:
|
525
|
+
japan: ''
|
526
|
+
western: ''
|
527
|
+
operation:
|
528
|
+
japan: 神護景雲01年08月16日
|
529
|
+
western: 767-9-13
|
378
530
|
disuse:
|
379
531
|
new_year_date: 767-2-4
|
380
532
|
note: ''
|
@@ -383,8 +535,12 @@ list:
|
|
383
535
|
japan: 1
|
384
536
|
western: 770
|
385
537
|
start_date:
|
386
|
-
|
387
|
-
|
538
|
+
calculation:
|
539
|
+
japan: ''
|
540
|
+
western: ''
|
541
|
+
operation:
|
542
|
+
japan: 宝亀01年10月01日
|
543
|
+
western: 770-10-23
|
388
544
|
disuse:
|
389
545
|
new_year_date: 770-2-1
|
390
546
|
note: ''
|
@@ -393,18 +549,26 @@ list:
|
|
393
549
|
japan: 1
|
394
550
|
western: 781
|
395
551
|
start_date:
|
396
|
-
|
397
|
-
|
552
|
+
calculation:
|
553
|
+
japan: ''
|
554
|
+
western: 781-1-29
|
555
|
+
operation:
|
556
|
+
japan: 天応01年01月01日
|
557
|
+
western: 781-1-30
|
398
558
|
disuse:
|
399
559
|
new_year_date: 781-1-29
|
400
|
-
note: 続日本紀(計算:781-1-29)
|
560
|
+
note: 続日本紀(計算:781-1-29 / 運用:781-1-30)
|
401
561
|
- name: 延暦
|
402
562
|
start_year:
|
403
563
|
japan: 1
|
404
564
|
western: 782
|
405
565
|
start_date:
|
406
|
-
|
407
|
-
|
566
|
+
calculation:
|
567
|
+
japan: ''
|
568
|
+
western: ''
|
569
|
+
operation:
|
570
|
+
japan: 延暦01年08月19日
|
571
|
+
western: 782-9-30
|
408
572
|
disuse:
|
409
573
|
new_year_date: 782-1-18
|
410
574
|
note: ''
|
@@ -413,8 +577,12 @@ list:
|
|
413
577
|
japan: 1
|
414
578
|
western: 806
|
415
579
|
start_date:
|
416
|
-
|
417
|
-
|
580
|
+
calculation:
|
581
|
+
japan: ''
|
582
|
+
western: ''
|
583
|
+
operation:
|
584
|
+
japan: 大同01年05月18日
|
585
|
+
western: 806-6-8
|
418
586
|
disuse:
|
419
587
|
new_year_date: 806-1-23
|
420
588
|
note: ''
|
@@ -423,8 +591,12 @@ list:
|
|
423
591
|
japan: 1
|
424
592
|
western: 810
|
425
593
|
start_date:
|
426
|
-
|
427
|
-
|
594
|
+
calculation:
|
595
|
+
japan: ''
|
596
|
+
western: ''
|
597
|
+
operation:
|
598
|
+
japan: 弘仁01年09月19日
|
599
|
+
western: 810-10-20
|
428
600
|
disuse:
|
429
601
|
new_year_date: 810-2-8
|
430
602
|
note: ''
|
@@ -433,8 +605,12 @@ list:
|
|
433
605
|
japan: 1
|
434
606
|
western: 824
|
435
607
|
start_date:
|
436
|
-
|
437
|
-
|
608
|
+
calculation:
|
609
|
+
japan: ''
|
610
|
+
western: ''
|
611
|
+
operation:
|
612
|
+
japan: 天長01年01月05日
|
613
|
+
western: 824-2-8
|
438
614
|
disuse:
|
439
615
|
new_year_date: 824-2-4
|
440
616
|
note: ''
|
@@ -443,8 +619,12 @@ list:
|
|
443
619
|
japan: 1
|
444
620
|
western: 834
|
445
621
|
start_date:
|
446
|
-
|
447
|
-
|
622
|
+
calculation:
|
623
|
+
japan: ''
|
624
|
+
western: ''
|
625
|
+
operation:
|
626
|
+
japan: 承和01年01月03日
|
627
|
+
western: 834-2-14
|
448
628
|
disuse:
|
449
629
|
new_year_date: 834-2-12
|
450
630
|
note: ''
|
@@ -453,8 +633,12 @@ list:
|
|
453
633
|
japan: 1
|
454
634
|
western: 848
|
455
635
|
start_date:
|
456
|
-
|
457
|
-
|
636
|
+
calculation:
|
637
|
+
japan: ''
|
638
|
+
western: ''
|
639
|
+
operation:
|
640
|
+
japan: 嘉祥01年06月13日
|
641
|
+
western: 848-7-16
|
458
642
|
disuse:
|
459
643
|
new_year_date: 848-2-9
|
460
644
|
note: ''
|
@@ -463,8 +647,12 @@ list:
|
|
463
647
|
japan: 1
|
464
648
|
western: 851
|
465
649
|
start_date:
|
466
|
-
|
467
|
-
|
650
|
+
calculation:
|
651
|
+
japan: ''
|
652
|
+
western: ''
|
653
|
+
operation:
|
654
|
+
japan: 仁寿01年04月28日
|
655
|
+
western: 851-6-1
|
468
656
|
disuse:
|
469
657
|
new_year_date: 851-2-5
|
470
658
|
note: ''
|
@@ -473,8 +661,12 @@ list:
|
|
473
661
|
japan: 1
|
474
662
|
western: 854
|
475
663
|
start_date:
|
476
|
-
|
477
|
-
|
664
|
+
calculation:
|
665
|
+
japan: ''
|
666
|
+
western: ''
|
667
|
+
operation:
|
668
|
+
japan: 斎衡01年11月30日
|
669
|
+
western: 854-12-23
|
478
670
|
disuse:
|
479
671
|
new_year_date: 854-2-1
|
480
672
|
note: ''
|
@@ -483,8 +675,12 @@ list:
|
|
483
675
|
japan: 1
|
484
676
|
western: 857
|
485
677
|
start_date:
|
486
|
-
|
487
|
-
|
678
|
+
calculation:
|
679
|
+
japan: ''
|
680
|
+
western: ''
|
681
|
+
operation:
|
682
|
+
japan: 天安01年02月21日
|
683
|
+
western: 857-3-20
|
488
684
|
disuse:
|
489
685
|
new_year_date: 857-1-29
|
490
686
|
note: ''
|
@@ -493,8 +689,12 @@ list:
|
|
493
689
|
japan: 1
|
494
690
|
western: 859
|
495
691
|
start_date:
|
496
|
-
|
497
|
-
|
692
|
+
calculation:
|
693
|
+
japan: ''
|
694
|
+
western: ''
|
695
|
+
operation:
|
696
|
+
japan: 貞観01年04月15日
|
697
|
+
western: 859-5-20
|
498
698
|
disuse:
|
499
699
|
new_year_date: 859-2-7
|
500
700
|
note: ''
|
@@ -503,8 +703,12 @@ list:
|
|
503
703
|
japan: 1
|
504
704
|
western: 877
|
505
705
|
start_date:
|
506
|
-
|
507
|
-
|
706
|
+
calculation:
|
707
|
+
japan: ''
|
708
|
+
western: ''
|
709
|
+
operation:
|
710
|
+
japan: 元慶01年04月16日
|
711
|
+
western: 877-6-1
|
508
712
|
disuse:
|
509
713
|
new_year_date: 877-1-18
|
510
714
|
note: ''
|
@@ -513,8 +717,12 @@ list:
|
|
513
717
|
japan: 1
|
514
718
|
western: 885
|
515
719
|
start_date:
|
516
|
-
|
517
|
-
|
720
|
+
calculation:
|
721
|
+
japan: ''
|
722
|
+
western: ''
|
723
|
+
operation:
|
724
|
+
japan: 仁和01年02月21日
|
725
|
+
western: 885-3-11
|
518
726
|
disuse:
|
519
727
|
new_year_date: 885-1-20
|
520
728
|
note: ''
|
@@ -523,8 +731,12 @@ list:
|
|
523
731
|
japan: 1
|
524
732
|
western: 889
|
525
733
|
start_date:
|
526
|
-
|
527
|
-
|
734
|
+
calculation:
|
735
|
+
japan: ''
|
736
|
+
western: ''
|
737
|
+
operation:
|
738
|
+
japan: 寛平01年04月27日
|
739
|
+
western: 889-5-30
|
528
740
|
disuse:
|
529
741
|
new_year_date: 889-2-4
|
530
742
|
note: ''
|
@@ -533,8 +745,12 @@ list:
|
|
533
745
|
japan: 1
|
534
746
|
western: 898
|
535
747
|
start_date:
|
536
|
-
|
537
|
-
|
748
|
+
calculation:
|
749
|
+
japan: ''
|
750
|
+
western: ''
|
751
|
+
operation:
|
752
|
+
japan: 昌泰01年04月26日
|
753
|
+
western: 898-5-20
|
538
754
|
disuse:
|
539
755
|
new_year_date: 898-1-26
|
540
756
|
note: ''
|
@@ -543,8 +759,12 @@ list:
|
|
543
759
|
japan: 1
|
544
760
|
western: 901
|
545
761
|
start_date:
|
546
|
-
|
547
|
-
|
762
|
+
calculation:
|
763
|
+
japan: ''
|
764
|
+
western: ''
|
765
|
+
operation:
|
766
|
+
japan: 延喜01年07月15日
|
767
|
+
western: 901-8-31
|
548
768
|
disuse:
|
549
769
|
new_year_date: 901-1-23
|
550
770
|
note: ''
|
@@ -553,8 +773,12 @@ list:
|
|
553
773
|
japan: 1
|
554
774
|
western: 923
|
555
775
|
start_date:
|
556
|
-
|
557
|
-
|
776
|
+
calculation:
|
777
|
+
japan: ''
|
778
|
+
western: ''
|
779
|
+
operation:
|
780
|
+
japan: 延長01年閏04月11日
|
781
|
+
western: 923-5-29
|
558
782
|
disuse:
|
559
783
|
new_year_date: 923-1-20
|
560
784
|
note: ''
|
@@ -563,8 +787,12 @@ list:
|
|
563
787
|
japan: 1
|
564
788
|
western: 931
|
565
789
|
start_date:
|
566
|
-
|
567
|
-
|
790
|
+
calculation:
|
791
|
+
japan: ''
|
792
|
+
western: ''
|
793
|
+
operation:
|
794
|
+
japan: 承平01年04月26日
|
795
|
+
western: 931-5-16
|
568
796
|
disuse:
|
569
797
|
new_year_date: 931-1-22
|
570
798
|
note: ''
|
@@ -573,8 +801,12 @@ list:
|
|
573
801
|
japan: 1
|
574
802
|
western: 938
|
575
803
|
start_date:
|
576
|
-
|
577
|
-
|
804
|
+
calculation:
|
805
|
+
japan: ''
|
806
|
+
western: ''
|
807
|
+
operation:
|
808
|
+
japan: 天慶01年05月22日
|
809
|
+
western: 938-6-22
|
578
810
|
disuse:
|
579
811
|
new_year_date: 938-2-3
|
580
812
|
note: ''
|
@@ -583,8 +815,12 @@ list:
|
|
583
815
|
japan: 1
|
584
816
|
western: 947
|
585
817
|
start_date:
|
586
|
-
|
587
|
-
|
818
|
+
calculation:
|
819
|
+
japan: ''
|
820
|
+
western: ''
|
821
|
+
operation:
|
822
|
+
japan: 天暦01年04月22日
|
823
|
+
western: 947-5-15
|
588
824
|
disuse:
|
589
825
|
new_year_date: 947-1-25
|
590
826
|
note: ''
|
@@ -593,8 +829,12 @@ list:
|
|
593
829
|
japan: 1
|
594
830
|
western: 957
|
595
831
|
start_date:
|
596
|
-
|
597
|
-
|
832
|
+
calculation:
|
833
|
+
japan: ''
|
834
|
+
western: ''
|
835
|
+
operation:
|
836
|
+
japan: 天徳01年10月27日
|
837
|
+
western: 957-11-21
|
598
838
|
disuse:
|
599
839
|
new_year_date: 957-2-3
|
600
840
|
note: ''
|
@@ -603,8 +843,12 @@ list:
|
|
603
843
|
japan: 1
|
604
844
|
western: 961
|
605
845
|
start_date:
|
606
|
-
|
607
|
-
|
846
|
+
calculation:
|
847
|
+
japan: ''
|
848
|
+
western: ''
|
849
|
+
operation:
|
850
|
+
japan: 応和01年02月16日
|
851
|
+
western: 961-3-5
|
608
852
|
disuse:
|
609
853
|
new_year_date: 961-1-20
|
610
854
|
note: ''
|
@@ -613,8 +857,12 @@ list:
|
|
613
857
|
japan: 1
|
614
858
|
western: 964
|
615
859
|
start_date:
|
616
|
-
|
617
|
-
|
860
|
+
calculation:
|
861
|
+
japan: ''
|
862
|
+
western: ''
|
863
|
+
operation:
|
864
|
+
japan: 康保01年07月10日
|
865
|
+
western: 964-8-19
|
618
866
|
disuse:
|
619
867
|
new_year_date: 964-2-16
|
620
868
|
note: ''
|
@@ -623,8 +871,12 @@ list:
|
|
623
871
|
japan: 1
|
624
872
|
western: 968
|
625
873
|
start_date:
|
626
|
-
|
627
|
-
|
874
|
+
calculation:
|
875
|
+
japan: ''
|
876
|
+
western: ''
|
877
|
+
operation:
|
878
|
+
japan: 安和01年08月13日
|
879
|
+
western: 968-9-8
|
628
880
|
disuse:
|
629
881
|
new_year_date: 968-2-2
|
630
882
|
note: ''
|
@@ -633,8 +885,12 @@ list:
|
|
633
885
|
japan: 1
|
634
886
|
western: 970
|
635
887
|
start_date:
|
636
|
-
|
637
|
-
|
888
|
+
calculation:
|
889
|
+
japan: ''
|
890
|
+
western: ''
|
891
|
+
operation:
|
892
|
+
japan: 天禄01年03月25日
|
893
|
+
western: 970-5-3
|
638
894
|
disuse:
|
639
895
|
new_year_date: 970-2-9
|
640
896
|
note: ''
|
@@ -643,8 +899,12 @@ list:
|
|
643
899
|
japan: 1
|
644
900
|
western: 973
|
645
901
|
start_date:
|
646
|
-
|
647
|
-
|
902
|
+
calculation:
|
903
|
+
japan: ''
|
904
|
+
western: ''
|
905
|
+
operation:
|
906
|
+
japan: 天延01年12月20日
|
907
|
+
western: 974-1-16
|
648
908
|
disuse:
|
649
909
|
new_year_date: 973-2-6
|
650
910
|
note: ''
|
@@ -653,8 +913,12 @@ list:
|
|
653
913
|
japan: 1
|
654
914
|
western: 976
|
655
915
|
start_date:
|
656
|
-
|
657
|
-
|
916
|
+
calculation:
|
917
|
+
japan: ''
|
918
|
+
western: ''
|
919
|
+
operation:
|
920
|
+
japan: 貞元01年07月13日
|
921
|
+
western: 976-8-11
|
658
922
|
disuse:
|
659
923
|
new_year_date: 976-2-3
|
660
924
|
note: ''
|
@@ -663,8 +927,12 @@ list:
|
|
663
927
|
japan: 1
|
664
928
|
western: 978
|
665
929
|
start_date:
|
666
|
-
|
667
|
-
|
930
|
+
calculation:
|
931
|
+
japan: ''
|
932
|
+
western: ''
|
933
|
+
operation:
|
934
|
+
japan: 天元01年11月29日
|
935
|
+
western: 978-12-31
|
668
936
|
disuse:
|
669
937
|
new_year_date: 978-2-10
|
670
938
|
note: ''
|
@@ -673,8 +941,12 @@ list:
|
|
673
941
|
japan: 1
|
674
942
|
western: 983
|
675
943
|
start_date:
|
676
|
-
|
677
|
-
|
944
|
+
calculation:
|
945
|
+
japan: ''
|
946
|
+
western: ''
|
947
|
+
operation:
|
948
|
+
japan: 永観01年04月15日
|
949
|
+
western: 983-5-29
|
678
950
|
disuse:
|
679
951
|
new_year_date: 983-2-16
|
680
952
|
note: ''
|
@@ -683,8 +955,12 @@ list:
|
|
683
955
|
japan: 1
|
684
956
|
western: 985
|
685
957
|
start_date:
|
686
|
-
|
687
|
-
|
958
|
+
calculation:
|
959
|
+
japan: ''
|
960
|
+
western: ''
|
961
|
+
operation:
|
962
|
+
japan: 寛和01年04月27日
|
963
|
+
western: 985-5-19
|
688
964
|
disuse:
|
689
965
|
new_year_date: 985-1-24
|
690
966
|
note: ''
|
@@ -693,8 +969,12 @@ list:
|
|
693
969
|
japan: 1
|
694
970
|
western: 987
|
695
971
|
start_date:
|
696
|
-
|
697
|
-
|
972
|
+
calculation:
|
973
|
+
japan: ''
|
974
|
+
western: ''
|
975
|
+
operation:
|
976
|
+
japan: 永延01年04月05日
|
977
|
+
western: 987-5-5
|
698
978
|
disuse:
|
699
979
|
new_year_date: 987-2-1
|
700
980
|
note: ''
|
@@ -703,8 +983,12 @@ list:
|
|
703
983
|
japan: 1
|
704
984
|
western: 989
|
705
985
|
start_date:
|
706
|
-
|
707
|
-
|
986
|
+
calculation:
|
987
|
+
japan: ''
|
988
|
+
western: ''
|
989
|
+
operation:
|
990
|
+
japan: 永祚01年08月08日
|
991
|
+
western: 989-9-10
|
708
992
|
disuse:
|
709
993
|
new_year_date: 989-2-9
|
710
994
|
note: ''
|
@@ -713,8 +997,12 @@ list:
|
|
713
997
|
japan: 1
|
714
998
|
western: 990
|
715
999
|
start_date:
|
716
|
-
|
717
|
-
|
1000
|
+
calculation:
|
1001
|
+
japan: ''
|
1002
|
+
western: ''
|
1003
|
+
operation:
|
1004
|
+
japan: 正暦01年11月07日
|
1005
|
+
western: 990-11-26
|
718
1006
|
disuse:
|
719
1007
|
new_year_date: 990-1-30
|
720
1008
|
note: ''
|
@@ -723,8 +1011,12 @@ list:
|
|
723
1011
|
japan: 1
|
724
1012
|
western: 995
|
725
1013
|
start_date:
|
726
|
-
|
727
|
-
|
1014
|
+
calculation:
|
1015
|
+
japan: ''
|
1016
|
+
western: ''
|
1017
|
+
operation:
|
1018
|
+
japan: 長徳01年02月22日
|
1019
|
+
western: 995-3-25
|
728
1020
|
disuse:
|
729
1021
|
new_year_date: 995-2-3
|
730
1022
|
note: ''
|
@@ -733,8 +1025,12 @@ list:
|
|
733
1025
|
japan: 1
|
734
1026
|
western: 999
|
735
1027
|
start_date:
|
736
|
-
|
737
|
-
|
1028
|
+
calculation:
|
1029
|
+
japan: ''
|
1030
|
+
western: ''
|
1031
|
+
operation:
|
1032
|
+
japan: 長保01年01月13日
|
1033
|
+
western: 999-2-1
|
738
1034
|
disuse:
|
739
1035
|
new_year_date: 999-1-20
|
740
1036
|
note: ''
|
@@ -743,8 +1039,12 @@ list:
|
|
743
1039
|
japan: 1
|
744
1040
|
western: 1004
|
745
1041
|
start_date:
|
746
|
-
|
747
|
-
|
1042
|
+
calculation:
|
1043
|
+
japan: ''
|
1044
|
+
western: ''
|
1045
|
+
operation:
|
1046
|
+
japan: 寛弘01年07月20日
|
1047
|
+
western: '1004-8-8'
|
748
1048
|
disuse:
|
749
1049
|
new_year_date: '1004-1-25'
|
750
1050
|
note: ''
|
@@ -753,8 +1053,12 @@ list:
|
|
753
1053
|
japan: 1
|
754
1054
|
western: 1012
|
755
1055
|
start_date:
|
756
|
-
|
757
|
-
|
1056
|
+
calculation:
|
1057
|
+
japan: ''
|
1058
|
+
western: ''
|
1059
|
+
operation:
|
1060
|
+
japan: 長和01年12月25日
|
1061
|
+
western: '1013-2-8'
|
758
1062
|
disuse:
|
759
1063
|
new_year_date: '1012-1-26'
|
760
1064
|
note: ''
|
@@ -763,8 +1067,12 @@ list:
|
|
763
1067
|
japan: 1
|
764
1068
|
western: 1017
|
765
1069
|
start_date:
|
766
|
-
|
767
|
-
|
1070
|
+
calculation:
|
1071
|
+
japan: ''
|
1072
|
+
western: ''
|
1073
|
+
operation:
|
1074
|
+
japan: 寛仁01年04月23日
|
1075
|
+
western: '1017-5-21'
|
768
1076
|
disuse:
|
769
1077
|
new_year_date: '1017-1-31'
|
770
1078
|
note: ''
|
@@ -773,8 +1081,12 @@ list:
|
|
773
1081
|
japan: 1
|
774
1082
|
western: 1021
|
775
1083
|
start_date:
|
776
|
-
|
777
|
-
|
1084
|
+
calculation:
|
1085
|
+
japan: ''
|
1086
|
+
western: ''
|
1087
|
+
operation:
|
1088
|
+
japan: 治安01年02月02日
|
1089
|
+
western: '1021-3-17'
|
778
1090
|
disuse:
|
779
1091
|
new_year_date: '1021-2-15'
|
780
1092
|
note: ''
|
@@ -783,8 +1095,12 @@ list:
|
|
783
1095
|
japan: 1
|
784
1096
|
western: 1024
|
785
1097
|
start_date:
|
786
|
-
|
787
|
-
|
1098
|
+
calculation:
|
1099
|
+
japan: ''
|
1100
|
+
western: ''
|
1101
|
+
operation:
|
1102
|
+
japan: 万寿01年07月13日
|
1103
|
+
western: '1024-8-19'
|
788
1104
|
disuse:
|
789
1105
|
new_year_date: '1024-2-13'
|
790
1106
|
note: ''
|
@@ -793,8 +1109,12 @@ list:
|
|
793
1109
|
japan: 1
|
794
1110
|
western: 1028
|
795
1111
|
start_date:
|
796
|
-
|
797
|
-
|
1112
|
+
calculation:
|
1113
|
+
japan: ''
|
1114
|
+
western: ''
|
1115
|
+
operation:
|
1116
|
+
japan: 長元01年07月25日
|
1117
|
+
western: '1028-8-18'
|
798
1118
|
disuse:
|
799
1119
|
new_year_date: '1028-1-30'
|
800
1120
|
note: ''
|
@@ -803,8 +1123,12 @@ list:
|
|
803
1123
|
japan: 1
|
804
1124
|
western: 1037
|
805
1125
|
start_date:
|
806
|
-
|
807
|
-
|
1126
|
+
calculation:
|
1127
|
+
japan: ''
|
1128
|
+
western: ''
|
1129
|
+
operation:
|
1130
|
+
japan: 長暦01年04月21日
|
1131
|
+
western: '1037-5-9'
|
808
1132
|
disuse:
|
809
1133
|
new_year_date: '1037-1-19'
|
810
1134
|
note: ''
|
@@ -813,8 +1137,12 @@ list:
|
|
813
1137
|
japan: 1
|
814
1138
|
western: 1040
|
815
1139
|
start_date:
|
816
|
-
|
817
|
-
|
1140
|
+
calculation:
|
1141
|
+
japan: ''
|
1142
|
+
western: ''
|
1143
|
+
operation:
|
1144
|
+
japan: 長久01年11月10日
|
1145
|
+
western: '1040-12-16'
|
818
1146
|
disuse:
|
819
1147
|
new_year_date: '1040-2-15'
|
820
1148
|
note: ''
|
@@ -823,8 +1151,12 @@ list:
|
|
823
1151
|
japan: 1
|
824
1152
|
western: 1044
|
825
1153
|
start_date:
|
826
|
-
|
827
|
-
|
1154
|
+
calculation:
|
1155
|
+
japan: ''
|
1156
|
+
western: ''
|
1157
|
+
operation:
|
1158
|
+
japan: 寛徳01年11月24日
|
1159
|
+
western: '1044-12-16'
|
828
1160
|
disuse:
|
829
1161
|
new_year_date: '1044-2-2'
|
830
1162
|
note: ''
|
@@ -833,8 +1165,12 @@ list:
|
|
833
1165
|
japan: 1
|
834
1166
|
western: 1046
|
835
1167
|
start_date:
|
836
|
-
|
837
|
-
|
1168
|
+
calculation:
|
1169
|
+
japan: ''
|
1170
|
+
western: ''
|
1171
|
+
operation:
|
1172
|
+
japan: 永承01年04月14日
|
1173
|
+
western: '1046-5-22'
|
838
1174
|
disuse:
|
839
1175
|
new_year_date: '1046-2-9'
|
840
1176
|
note: ''
|
@@ -843,8 +1179,12 @@ list:
|
|
843
1179
|
japan: 1
|
844
1180
|
western: 1053
|
845
1181
|
start_date:
|
846
|
-
|
847
|
-
|
1182
|
+
calculation:
|
1183
|
+
japan: ''
|
1184
|
+
western: ''
|
1185
|
+
operation:
|
1186
|
+
japan: 天喜01年01月11日
|
1187
|
+
western: '1053-2-2'
|
848
1188
|
disuse:
|
849
1189
|
new_year_date: '1053-1-23'
|
850
1190
|
note: ''
|
@@ -853,8 +1193,12 @@ list:
|
|
853
1193
|
japan: 1
|
854
1194
|
western: 1058
|
855
1195
|
start_date:
|
856
|
-
|
857
|
-
|
1196
|
+
calculation:
|
1197
|
+
japan: ''
|
1198
|
+
western: ''
|
1199
|
+
operation:
|
1200
|
+
japan: 康平01年08月29日
|
1201
|
+
western: '1058-9-19'
|
858
1202
|
disuse:
|
859
1203
|
new_year_date: '1058-1-27'
|
860
1204
|
note: ''
|
@@ -863,8 +1207,12 @@ list:
|
|
863
1207
|
japan: 1
|
864
1208
|
western: 1065
|
865
1209
|
start_date:
|
866
|
-
|
867
|
-
|
1210
|
+
calculation:
|
1211
|
+
japan: ''
|
1212
|
+
western: ''
|
1213
|
+
operation:
|
1214
|
+
japan: 治暦01年08月02日
|
1215
|
+
western: '1065-9-4'
|
868
1216
|
disuse:
|
869
1217
|
new_year_date: '1065-2-8'
|
870
1218
|
note: ''
|
@@ -873,8 +1221,12 @@ list:
|
|
873
1221
|
japan: 1
|
874
1222
|
western: 1069
|
875
1223
|
start_date:
|
876
|
-
|
877
|
-
|
1224
|
+
calculation:
|
1225
|
+
japan: ''
|
1226
|
+
western: ''
|
1227
|
+
operation:
|
1228
|
+
japan: 延久01年04月13日
|
1229
|
+
western: '1069-5-6'
|
878
1230
|
disuse:
|
879
1231
|
new_year_date: '1069-1-26'
|
880
1232
|
note: ''
|
@@ -883,8 +1235,12 @@ list:
|
|
883
1235
|
japan: 1
|
884
1236
|
western: 1074
|
885
1237
|
start_date:
|
886
|
-
|
887
|
-
|
1238
|
+
calculation:
|
1239
|
+
japan: ''
|
1240
|
+
western: ''
|
1241
|
+
operation:
|
1242
|
+
japan: 承保01年08月23日
|
1243
|
+
western: '1074-9-16'
|
888
1244
|
disuse:
|
889
1245
|
new_year_date: '1074-1-30'
|
890
1246
|
note: ''
|
@@ -893,8 +1249,12 @@ list:
|
|
893
1249
|
japan: 1
|
894
1250
|
western: 1077
|
895
1251
|
start_date:
|
896
|
-
|
897
|
-
|
1252
|
+
calculation:
|
1253
|
+
japan: ''
|
1254
|
+
western: ''
|
1255
|
+
operation:
|
1256
|
+
japan: 承暦01年11月17日
|
1257
|
+
western: '1077-12-5'
|
898
1258
|
disuse:
|
899
1259
|
new_year_date: '1077-1-27'
|
900
1260
|
note: ''
|
@@ -903,8 +1263,12 @@ list:
|
|
903
1263
|
japan: 1
|
904
1264
|
western: 1081
|
905
1265
|
start_date:
|
906
|
-
|
907
|
-
|
1266
|
+
calculation:
|
1267
|
+
japan: ''
|
1268
|
+
western: ''
|
1269
|
+
operation:
|
1270
|
+
japan: 永保01年02月10日
|
1271
|
+
western: '1081-3-22'
|
908
1272
|
disuse:
|
909
1273
|
new_year_date: '1081-2-12'
|
910
1274
|
note: ''
|
@@ -913,8 +1277,12 @@ list:
|
|
913
1277
|
japan: 1
|
914
1278
|
western: 1084
|
915
1279
|
start_date:
|
916
|
-
|
917
|
-
|
1280
|
+
calculation:
|
1281
|
+
japan: ''
|
1282
|
+
western: ''
|
1283
|
+
operation:
|
1284
|
+
japan: 応徳01年02月07日
|
1285
|
+
western: '1084-3-15'
|
918
1286
|
disuse:
|
919
1287
|
new_year_date: '1084-2-9'
|
920
1288
|
note: ''
|
@@ -923,8 +1291,12 @@ list:
|
|
923
1291
|
japan: 1
|
924
1292
|
western: 1087
|
925
1293
|
start_date:
|
926
|
-
|
927
|
-
|
1294
|
+
calculation:
|
1295
|
+
japan: ''
|
1296
|
+
western: ''
|
1297
|
+
operation:
|
1298
|
+
japan: 寛治01年04月07日
|
1299
|
+
western: '1087-5-11'
|
928
1300
|
disuse:
|
929
1301
|
new_year_date: '1087-2-6'
|
930
1302
|
note: ''
|
@@ -933,8 +1305,12 @@ list:
|
|
933
1305
|
japan: 1
|
934
1306
|
western: 1094
|
935
1307
|
start_date:
|
936
|
-
|
937
|
-
|
1308
|
+
calculation:
|
1309
|
+
japan: ''
|
1310
|
+
western: ''
|
1311
|
+
operation:
|
1312
|
+
japan: 嘉保01年12月15日
|
1313
|
+
western: '1095-1-23'
|
938
1314
|
disuse:
|
939
1315
|
new_year_date: '1094-1-19'
|
940
1316
|
note: ''
|
@@ -943,8 +1319,12 @@ list:
|
|
943
1319
|
japan: 1
|
944
1320
|
western: 1096
|
945
1321
|
start_date:
|
946
|
-
|
947
|
-
|
1322
|
+
calculation:
|
1323
|
+
japan: ''
|
1324
|
+
western: ''
|
1325
|
+
operation:
|
1326
|
+
japan: 永長01年12月17日
|
1327
|
+
western: '1097-1-3'
|
948
1328
|
disuse:
|
949
1329
|
new_year_date: '1096-1-28'
|
950
1330
|
note: ''
|
@@ -953,8 +1333,12 @@ list:
|
|
953
1333
|
japan: 1
|
954
1334
|
western: 1097
|
955
1335
|
start_date:
|
956
|
-
|
957
|
-
|
1336
|
+
calculation:
|
1337
|
+
japan: ''
|
1338
|
+
western: ''
|
1339
|
+
operation:
|
1340
|
+
japan: 承徳01年11月21日
|
1341
|
+
western: '1097-12-27'
|
958
1342
|
disuse:
|
959
1343
|
new_year_date: '1097-1-16'
|
960
1344
|
note: ''
|
@@ -963,8 +1347,12 @@ list:
|
|
963
1347
|
japan: 1
|
964
1348
|
western: 1099
|
965
1349
|
start_date:
|
966
|
-
|
967
|
-
|
1350
|
+
calculation:
|
1351
|
+
japan: ''
|
1352
|
+
western: ''
|
1353
|
+
operation:
|
1354
|
+
japan: 康和01年08月28日
|
1355
|
+
western: '1099-9-15'
|
968
1356
|
disuse:
|
969
1357
|
new_year_date: '1099-1-24'
|
970
1358
|
note: ''
|
@@ -973,8 +1361,12 @@ list:
|
|
973
1361
|
japan: 1
|
974
1362
|
western: 1104
|
975
1363
|
start_date:
|
976
|
-
|
977
|
-
|
1364
|
+
calculation:
|
1365
|
+
japan: ''
|
1366
|
+
western: ''
|
1367
|
+
operation:
|
1368
|
+
japan: 長治01年02月10日
|
1369
|
+
western: '1104-3-8'
|
978
1370
|
disuse:
|
979
1371
|
new_year_date: '1104-1-30'
|
980
1372
|
note: ''
|
@@ -983,8 +1375,12 @@ list:
|
|
983
1375
|
japan: 1
|
984
1376
|
western: 1106
|
985
1377
|
start_date:
|
986
|
-
|
987
|
-
|
1378
|
+
calculation:
|
1379
|
+
japan: ''
|
1380
|
+
western: ''
|
1381
|
+
operation:
|
1382
|
+
japan: 嘉承01年04月09日
|
1383
|
+
western: '1106-5-13'
|
988
1384
|
disuse:
|
989
1385
|
new_year_date: '1106-2-6'
|
990
1386
|
note: ''
|
@@ -993,8 +1389,12 @@ list:
|
|
993
1389
|
japan: 1
|
994
1390
|
western: 1108
|
995
1391
|
start_date:
|
996
|
-
|
997
|
-
|
1392
|
+
calculation:
|
1393
|
+
japan: ''
|
1394
|
+
western: ''
|
1395
|
+
operation:
|
1396
|
+
japan: 天仁01年08月03日
|
1397
|
+
western: '1108-9-9'
|
998
1398
|
disuse:
|
999
1399
|
new_year_date: '1108-2-14'
|
1000
1400
|
note: ''
|
@@ -1003,8 +1403,12 @@ list:
|
|
1003
1403
|
japan: 1
|
1004
1404
|
western: 1110
|
1005
1405
|
start_date:
|
1006
|
-
|
1007
|
-
|
1406
|
+
calculation:
|
1407
|
+
japan: ''
|
1408
|
+
western: ''
|
1409
|
+
operation:
|
1410
|
+
japan: 天永01年07月13日
|
1411
|
+
western: '1110-7-31'
|
1008
1412
|
disuse:
|
1009
1413
|
new_year_date: '1110-1-22'
|
1010
1414
|
note: ''
|
@@ -1013,8 +1417,12 @@ list:
|
|
1013
1417
|
japan: 1
|
1014
1418
|
western: 1113
|
1015
1419
|
start_date:
|
1016
|
-
|
1017
|
-
|
1420
|
+
calculation:
|
1421
|
+
japan: ''
|
1422
|
+
western: ''
|
1423
|
+
operation:
|
1424
|
+
japan: 永久01年07月13日
|
1425
|
+
western: '1113-8-25'
|
1018
1426
|
disuse:
|
1019
1427
|
new_year_date: '1113-1-20'
|
1020
1428
|
note: ''
|
@@ -1023,8 +1431,12 @@ list:
|
|
1023
1431
|
japan: 1
|
1024
1432
|
western: 1118
|
1025
1433
|
start_date:
|
1026
|
-
|
1027
|
-
|
1434
|
+
calculation:
|
1435
|
+
japan: ''
|
1436
|
+
western: ''
|
1437
|
+
operation:
|
1438
|
+
japan: 元永01年04月03日
|
1439
|
+
western: '1118-4-25'
|
1028
1440
|
disuse:
|
1029
1441
|
new_year_date: '1118-1-24'
|
1030
1442
|
note: ''
|
@@ -1033,8 +1445,12 @@ list:
|
|
1033
1445
|
japan: 1
|
1034
1446
|
western: 1120
|
1035
1447
|
start_date:
|
1036
|
-
|
1037
|
-
|
1448
|
+
calculation:
|
1449
|
+
japan: ''
|
1450
|
+
western: ''
|
1451
|
+
operation:
|
1452
|
+
japan: 保安01年04月10日
|
1453
|
+
western: '1120-5-9'
|
1038
1454
|
disuse:
|
1039
1455
|
new_year_date: '1120-2-1'
|
1040
1456
|
note: ''
|
@@ -1043,8 +1459,12 @@ list:
|
|
1043
1459
|
japan: 1
|
1044
1460
|
western: 1124
|
1045
1461
|
start_date:
|
1046
|
-
|
1047
|
-
|
1462
|
+
calculation:
|
1463
|
+
japan: ''
|
1464
|
+
western: ''
|
1465
|
+
operation:
|
1466
|
+
japan: 天治01年04月03日
|
1467
|
+
western: '1124-5-18'
|
1048
1468
|
disuse:
|
1049
1469
|
new_year_date: '1124-1-19'
|
1050
1470
|
note: ''
|
@@ -1053,8 +1473,12 @@ list:
|
|
1053
1473
|
japan: 1
|
1054
1474
|
western: 1126
|
1055
1475
|
start_date:
|
1056
|
-
|
1057
|
-
|
1476
|
+
calculation:
|
1477
|
+
japan: ''
|
1478
|
+
western: ''
|
1479
|
+
operation:
|
1480
|
+
japan: 大治01年01月22日
|
1481
|
+
western: '1126-2-15'
|
1058
1482
|
disuse:
|
1059
1483
|
new_year_date: '1126-1-25'
|
1060
1484
|
note: ''
|
@@ -1063,8 +1487,12 @@ list:
|
|
1063
1487
|
japan: 1
|
1064
1488
|
western: 1131
|
1065
1489
|
start_date:
|
1066
|
-
|
1067
|
-
|
1490
|
+
calculation:
|
1491
|
+
japan: ''
|
1492
|
+
western: ''
|
1493
|
+
operation:
|
1494
|
+
japan: 天承01年01月29日
|
1495
|
+
western: '1131-2-28'
|
1068
1496
|
disuse:
|
1069
1497
|
new_year_date: '1131-1-31'
|
1070
1498
|
note: ''
|
@@ -1073,8 +1501,12 @@ list:
|
|
1073
1501
|
japan: 1
|
1074
1502
|
western: 1132
|
1075
1503
|
start_date:
|
1076
|
-
|
1077
|
-
|
1504
|
+
calculation:
|
1505
|
+
japan: ''
|
1506
|
+
western: ''
|
1507
|
+
operation:
|
1508
|
+
japan: 長承01年08月11日
|
1509
|
+
western: '1132-9-21'
|
1078
1510
|
disuse:
|
1079
1511
|
new_year_date: '1132-1-20'
|
1080
1512
|
note: ''
|
@@ -1083,8 +1515,12 @@ list:
|
|
1083
1515
|
japan: 1
|
1084
1516
|
western: 1135
|
1085
1517
|
start_date:
|
1086
|
-
|
1087
|
-
|
1518
|
+
calculation:
|
1519
|
+
japan: ''
|
1520
|
+
western: ''
|
1521
|
+
operation:
|
1522
|
+
japan: 保延01年04月27日
|
1523
|
+
western: '1135-6-10'
|
1088
1524
|
disuse:
|
1089
1525
|
new_year_date: '1135-2-15'
|
1090
1526
|
note: ''
|
@@ -1093,8 +1529,12 @@ list:
|
|
1093
1529
|
japan: 1
|
1094
1530
|
western: 1141
|
1095
1531
|
start_date:
|
1096
|
-
|
1097
|
-
|
1532
|
+
calculation:
|
1533
|
+
japan: ''
|
1534
|
+
western: ''
|
1535
|
+
operation:
|
1536
|
+
japan: 永治01年07月10日
|
1537
|
+
western: '1141-8-13'
|
1098
1538
|
disuse:
|
1099
1539
|
new_year_date: '1141-2-9'
|
1100
1540
|
note: ''
|
@@ -1103,8 +1543,12 @@ list:
|
|
1103
1543
|
japan: 1
|
1104
1544
|
western: 1142
|
1105
1545
|
start_date:
|
1106
|
-
|
1107
|
-
|
1546
|
+
calculation:
|
1547
|
+
japan: ''
|
1548
|
+
western: ''
|
1549
|
+
operation:
|
1550
|
+
japan: 康治01年04月28日
|
1551
|
+
western: '1142-5-25'
|
1108
1552
|
disuse:
|
1109
1553
|
new_year_date: '1142-1-29'
|
1110
1554
|
note: ''
|
@@ -1113,8 +1557,12 @@ list:
|
|
1113
1557
|
japan: 1
|
1114
1558
|
western: 1144
|
1115
1559
|
start_date:
|
1116
|
-
|
1117
|
-
|
1560
|
+
calculation:
|
1561
|
+
japan: ''
|
1562
|
+
western: ''
|
1563
|
+
operation:
|
1564
|
+
japan: 天養01年02月23日
|
1565
|
+
western: '1144-3-28'
|
1118
1566
|
disuse:
|
1119
1567
|
new_year_date: '1144-2-6'
|
1120
1568
|
note: ''
|
@@ -1123,8 +1571,12 @@ list:
|
|
1123
1571
|
japan: 1
|
1124
1572
|
western: 1145
|
1125
1573
|
start_date:
|
1126
|
-
|
1127
|
-
|
1574
|
+
calculation:
|
1575
|
+
japan: ''
|
1576
|
+
western: ''
|
1577
|
+
operation:
|
1578
|
+
japan: 久安01年07月22日
|
1579
|
+
western: '1145-8-12'
|
1128
1580
|
disuse:
|
1129
1581
|
new_year_date: '1145-1-25'
|
1130
1582
|
note: ''
|
@@ -1133,8 +1585,12 @@ list:
|
|
1133
1585
|
japan: 1
|
1134
1586
|
western: 1151
|
1135
1587
|
start_date:
|
1136
|
-
|
1137
|
-
|
1588
|
+
calculation:
|
1589
|
+
japan: ''
|
1590
|
+
western: ''
|
1591
|
+
operation:
|
1592
|
+
japan: 仁平01年01月26日
|
1593
|
+
western: '1151-2-14'
|
1138
1594
|
disuse:
|
1139
1595
|
new_year_date: '1151-1-20'
|
1140
1596
|
note: ''
|
@@ -1143,8 +1599,12 @@ list:
|
|
1143
1599
|
japan: 1
|
1144
1600
|
western: 1154
|
1145
1601
|
start_date:
|
1146
|
-
|
1147
|
-
|
1602
|
+
calculation:
|
1603
|
+
japan: ''
|
1604
|
+
western: ''
|
1605
|
+
operation:
|
1606
|
+
japan: 久寿01年10月28日
|
1607
|
+
western: '1154-12-4'
|
1148
1608
|
disuse:
|
1149
1609
|
new_year_date: '1154-2-14'
|
1150
1610
|
note: ''
|
@@ -1153,8 +1613,12 @@ list:
|
|
1153
1613
|
japan: 1
|
1154
1614
|
western: 1156
|
1155
1615
|
start_date:
|
1156
|
-
|
1157
|
-
|
1616
|
+
calculation:
|
1617
|
+
japan: ''
|
1618
|
+
western: ''
|
1619
|
+
operation:
|
1620
|
+
japan: 保元01年04月27日
|
1621
|
+
western: '1156-5-18'
|
1158
1622
|
disuse:
|
1159
1623
|
new_year_date: '1156-1-24'
|
1160
1624
|
note: ''
|
@@ -1163,8 +1627,12 @@ list:
|
|
1163
1627
|
japan: 1
|
1164
1628
|
western: 1159
|
1165
1629
|
start_date:
|
1166
|
-
|
1167
|
-
|
1630
|
+
calculation:
|
1631
|
+
japan: ''
|
1632
|
+
western: ''
|
1633
|
+
operation:
|
1634
|
+
japan: 平治01年04月20日
|
1635
|
+
western: '1159-5-9'
|
1168
1636
|
disuse:
|
1169
1637
|
new_year_date: '1159-1-21'
|
1170
1638
|
note: ''
|
@@ -1173,8 +1641,12 @@ list:
|
|
1173
1641
|
japan: 1
|
1174
1642
|
western: 1160
|
1175
1643
|
start_date:
|
1176
|
-
|
1177
|
-
|
1644
|
+
calculation:
|
1645
|
+
japan: ''
|
1646
|
+
western: ''
|
1647
|
+
operation:
|
1648
|
+
japan: 永暦01年01月10日
|
1649
|
+
western: '1160-2-18'
|
1178
1650
|
disuse:
|
1179
1651
|
new_year_date: '1160-2-9'
|
1180
1652
|
note: ''
|
@@ -1183,8 +1655,12 @@ list:
|
|
1183
1655
|
japan: 1
|
1184
1656
|
western: 1161
|
1185
1657
|
start_date:
|
1186
|
-
|
1187
|
-
|
1658
|
+
calculation:
|
1659
|
+
japan: ''
|
1660
|
+
western: ''
|
1661
|
+
operation:
|
1662
|
+
japan: 応保01年09月04日
|
1663
|
+
western: '1161-9-24'
|
1188
1664
|
disuse:
|
1189
1665
|
new_year_date: '1161-1-28'
|
1190
1666
|
note: ''
|
@@ -1193,8 +1669,12 @@ list:
|
|
1193
1669
|
japan: 1
|
1194
1670
|
western: 1163
|
1195
1671
|
start_date:
|
1196
|
-
|
1197
|
-
|
1672
|
+
calculation:
|
1673
|
+
japan: ''
|
1674
|
+
western: ''
|
1675
|
+
operation:
|
1676
|
+
japan: 長寛01年03月29日
|
1677
|
+
western: '1163-5-4'
|
1198
1678
|
disuse:
|
1199
1679
|
new_year_date: '1163-2-5'
|
1200
1680
|
note: ''
|
@@ -1203,8 +1683,12 @@ list:
|
|
1203
1683
|
japan: 1
|
1204
1684
|
western: 1165
|
1205
1685
|
start_date:
|
1206
|
-
|
1207
|
-
|
1686
|
+
calculation:
|
1687
|
+
japan: ''
|
1688
|
+
western: ''
|
1689
|
+
operation:
|
1690
|
+
japan: 永万01年06月05日
|
1691
|
+
western: '1165-7-14'
|
1208
1692
|
disuse:
|
1209
1693
|
new_year_date: '1165-2-13'
|
1210
1694
|
note: ''
|
@@ -1213,8 +1697,12 @@ list:
|
|
1213
1697
|
japan: 1
|
1214
1698
|
western: 1166
|
1215
1699
|
start_date:
|
1216
|
-
|
1217
|
-
|
1700
|
+
calculation:
|
1701
|
+
japan: ''
|
1702
|
+
western: ''
|
1703
|
+
operation:
|
1704
|
+
japan: 仁安01年08月27日
|
1705
|
+
western: '1166-9-23'
|
1218
1706
|
disuse:
|
1219
1707
|
new_year_date: '1166-2-3'
|
1220
1708
|
note: ''
|
@@ -1223,8 +1711,12 @@ list:
|
|
1223
1711
|
japan: 1
|
1224
1712
|
western: 1169
|
1225
1713
|
start_date:
|
1226
|
-
|
1227
|
-
|
1714
|
+
calculation:
|
1715
|
+
japan: ''
|
1716
|
+
western: ''
|
1717
|
+
operation:
|
1718
|
+
japan: 嘉応01年04月08日
|
1719
|
+
western: '1169-5-6'
|
1228
1720
|
disuse:
|
1229
1721
|
new_year_date: '1169-1-30'
|
1230
1722
|
note: ''
|
@@ -1233,8 +1725,12 @@ list:
|
|
1233
1725
|
japan: 1
|
1234
1726
|
western: 1171
|
1235
1727
|
start_date:
|
1236
|
-
|
1237
|
-
|
1728
|
+
calculation:
|
1729
|
+
japan: ''
|
1730
|
+
western: ''
|
1731
|
+
operation:
|
1732
|
+
japan: 承安01年04月21日
|
1733
|
+
western: '1171-5-27'
|
1238
1734
|
disuse:
|
1239
1735
|
new_year_date: '1171-2-7'
|
1240
1736
|
note: ''
|
@@ -1243,8 +1739,12 @@ list:
|
|
1243
1739
|
japan: 1
|
1244
1740
|
western: 1175
|
1245
1741
|
start_date:
|
1246
|
-
|
1247
|
-
|
1742
|
+
calculation:
|
1743
|
+
japan: ''
|
1744
|
+
western: ''
|
1745
|
+
operation:
|
1746
|
+
japan: 安元01年07月28日
|
1747
|
+
western: '1175-8-16'
|
1248
1748
|
disuse:
|
1249
1749
|
new_year_date: '1175-1-24'
|
1250
1750
|
note: ''
|
@@ -1253,8 +1753,12 @@ list:
|
|
1253
1753
|
japan: 1
|
1254
1754
|
western: 1177
|
1255
1755
|
start_date:
|
1256
|
-
|
1257
|
-
|
1756
|
+
calculation:
|
1757
|
+
japan: ''
|
1758
|
+
western: ''
|
1759
|
+
operation:
|
1760
|
+
japan: 治承01年08月04日
|
1761
|
+
western: '1177-8-29'
|
1258
1762
|
disuse:
|
1259
1763
|
new_year_date: '1177-2-1'
|
1260
1764
|
note: ''
|
@@ -1263,8 +1767,12 @@ list:
|
|
1263
1767
|
japan: 1
|
1264
1768
|
western: 1181
|
1265
1769
|
start_date:
|
1266
|
-
|
1267
|
-
|
1770
|
+
calculation:
|
1771
|
+
japan: ''
|
1772
|
+
western: ''
|
1773
|
+
operation:
|
1774
|
+
japan: 養和01年07月14日
|
1775
|
+
western: '1181-8-25'
|
1268
1776
|
disuse:
|
1269
1777
|
new_year_date: '1181-1-17'
|
1270
1778
|
note: ''
|
@@ -1273,8 +1781,12 @@ list:
|
|
1273
1781
|
japan: 1
|
1274
1782
|
western: 1182
|
1275
1783
|
start_date:
|
1276
|
-
|
1277
|
-
|
1784
|
+
calculation:
|
1785
|
+
japan: ''
|
1786
|
+
western: ''
|
1787
|
+
operation:
|
1788
|
+
japan: 寿永01年05月27日
|
1789
|
+
western: '1182-6-29'
|
1278
1790
|
disuse:
|
1279
1791
|
new_year_date: '1182-2-5'
|
1280
1792
|
note: ''
|
@@ -1283,8 +1795,12 @@ list:
|
|
1283
1795
|
japan: 1
|
1284
1796
|
western: 1184
|
1285
1797
|
start_date:
|
1286
|
-
|
1287
|
-
|
1798
|
+
calculation:
|
1799
|
+
japan: ''
|
1800
|
+
western: ''
|
1801
|
+
operation:
|
1802
|
+
japan: 元暦01年04月16日
|
1803
|
+
western: '1184-5-27'
|
1288
1804
|
disuse:
|
1289
1805
|
new_year_date: '1184-2-14'
|
1290
1806
|
note: ''
|
@@ -1293,8 +1809,12 @@ list:
|
|
1293
1809
|
japan: 1
|
1294
1810
|
western: 1185
|
1295
1811
|
start_date:
|
1296
|
-
|
1297
|
-
|
1812
|
+
calculation:
|
1813
|
+
japan: ''
|
1814
|
+
western: ''
|
1815
|
+
operation:
|
1816
|
+
japan: 文治01年08月14日
|
1817
|
+
western: '1185-9-9'
|
1298
1818
|
disuse:
|
1299
1819
|
new_year_date: '1185-2-2'
|
1300
1820
|
note: ''
|
@@ -1303,8 +1823,12 @@ list:
|
|
1303
1823
|
japan: 1
|
1304
1824
|
western: 1190
|
1305
1825
|
start_date:
|
1306
|
-
|
1307
|
-
|
1826
|
+
calculation:
|
1827
|
+
japan: ''
|
1828
|
+
western: ''
|
1829
|
+
operation:
|
1830
|
+
japan: 建久01年04月11日
|
1831
|
+
western: '1190-5-16'
|
1308
1832
|
disuse:
|
1309
1833
|
new_year_date: '1190-2-7'
|
1310
1834
|
note: ''
|
@@ -1313,8 +1837,12 @@ list:
|
|
1313
1837
|
japan: 1
|
1314
1838
|
western: 1199
|
1315
1839
|
start_date:
|
1316
|
-
|
1317
|
-
|
1840
|
+
calculation:
|
1841
|
+
japan: ''
|
1842
|
+
western: ''
|
1843
|
+
operation:
|
1844
|
+
japan: 正治01年04月27日
|
1845
|
+
western: '1199-5-23'
|
1318
1846
|
disuse:
|
1319
1847
|
new_year_date: '1199-1-28'
|
1320
1848
|
note: ''
|
@@ -1323,8 +1851,12 @@ list:
|
|
1323
1851
|
japan: 1
|
1324
1852
|
western: 1201
|
1325
1853
|
start_date:
|
1326
|
-
|
1327
|
-
|
1854
|
+
calculation:
|
1855
|
+
japan: ''
|
1856
|
+
western: ''
|
1857
|
+
operation:
|
1858
|
+
japan: 建仁01年02月13日
|
1859
|
+
western: '1201-3-19'
|
1328
1860
|
disuse:
|
1329
1861
|
new_year_date: '1201-2-5'
|
1330
1862
|
note: ''
|
@@ -1333,8 +1865,12 @@ list:
|
|
1333
1865
|
japan: 1
|
1334
1866
|
western: 1204
|
1335
1867
|
start_date:
|
1336
|
-
|
1337
|
-
|
1868
|
+
calculation:
|
1869
|
+
japan: ''
|
1870
|
+
western: ''
|
1871
|
+
operation:
|
1872
|
+
japan: 元久01年02月20日
|
1873
|
+
western: '1204-3-23'
|
1338
1874
|
disuse:
|
1339
1875
|
new_year_date: '1204-2-3'
|
1340
1876
|
note: ''
|
@@ -1343,8 +1879,12 @@ list:
|
|
1343
1879
|
japan: 1
|
1344
1880
|
western: 1206
|
1345
1881
|
start_date:
|
1346
|
-
|
1347
|
-
|
1882
|
+
calculation:
|
1883
|
+
japan: ''
|
1884
|
+
western: ''
|
1885
|
+
operation:
|
1886
|
+
japan: 建永01年04月27日
|
1887
|
+
western: '1206-6-5'
|
1348
1888
|
disuse:
|
1349
1889
|
new_year_date: '1206-2-10'
|
1350
1890
|
note: ''
|
@@ -1353,8 +1893,12 @@ list:
|
|
1353
1893
|
japan: 1
|
1354
1894
|
western: 1207
|
1355
1895
|
start_date:
|
1356
|
-
|
1357
|
-
|
1896
|
+
calculation:
|
1897
|
+
japan: ''
|
1898
|
+
western: ''
|
1899
|
+
operation:
|
1900
|
+
japan: 承元01年10月25日
|
1901
|
+
western: '1207-11-16'
|
1358
1902
|
disuse:
|
1359
1903
|
new_year_date: '1207-1-30'
|
1360
1904
|
note: ''
|
@@ -1363,8 +1907,12 @@ list:
|
|
1363
1907
|
japan: 1
|
1364
1908
|
western: 1211
|
1365
1909
|
start_date:
|
1366
|
-
|
1367
|
-
|
1910
|
+
calculation:
|
1911
|
+
japan: ''
|
1912
|
+
western: ''
|
1913
|
+
operation:
|
1914
|
+
japan: 建暦01年03月09日
|
1915
|
+
western: '1211-4-23'
|
1368
1916
|
disuse:
|
1369
1917
|
new_year_date: '1211-1-17'
|
1370
1918
|
note: ''
|
@@ -1373,8 +1921,12 @@ list:
|
|
1373
1921
|
japan: 1
|
1374
1922
|
western: 1213
|
1375
1923
|
start_date:
|
1376
|
-
|
1377
|
-
|
1924
|
+
calculation:
|
1925
|
+
japan: ''
|
1926
|
+
western: ''
|
1927
|
+
operation:
|
1928
|
+
japan: 建保01年12月06日
|
1929
|
+
western: '1214-1-18'
|
1378
1930
|
disuse:
|
1379
1931
|
new_year_date: '1213-1-24'
|
1380
1932
|
note: ''
|
@@ -1383,8 +1935,12 @@ list:
|
|
1383
1935
|
japan: 1
|
1384
1936
|
western: 1219
|
1385
1937
|
start_date:
|
1386
|
-
|
1387
|
-
|
1938
|
+
calculation:
|
1939
|
+
japan: ''
|
1940
|
+
western: ''
|
1941
|
+
operation:
|
1942
|
+
japan: 承久01年04月12日
|
1943
|
+
western: '1219-5-27'
|
1388
1944
|
disuse:
|
1389
1945
|
new_year_date: '1219-1-18'
|
1390
1946
|
note: ''
|
@@ -1393,8 +1949,12 @@ list:
|
|
1393
1949
|
japan: 1
|
1394
1950
|
western: 1222
|
1395
1951
|
start_date:
|
1396
|
-
|
1397
|
-
|
1952
|
+
calculation:
|
1953
|
+
japan: ''
|
1954
|
+
western: ''
|
1955
|
+
operation:
|
1956
|
+
japan: 貞応01年04月13日
|
1957
|
+
western: '1222-5-25'
|
1398
1958
|
disuse:
|
1399
1959
|
new_year_date: '1222-2-13'
|
1400
1960
|
note: ''
|
@@ -1403,8 +1963,12 @@ list:
|
|
1403
1963
|
japan: 1
|
1404
1964
|
western: 1224
|
1405
1965
|
start_date:
|
1406
|
-
|
1407
|
-
|
1966
|
+
calculation:
|
1967
|
+
japan: ''
|
1968
|
+
western: ''
|
1969
|
+
operation:
|
1970
|
+
japan: 元仁01年11月20日
|
1971
|
+
western: '1224-12-31'
|
1408
1972
|
disuse:
|
1409
1973
|
new_year_date: '1224-1-22'
|
1410
1974
|
note: ''
|
@@ -1413,8 +1977,12 @@ list:
|
|
1413
1977
|
japan: 1
|
1414
1978
|
western: 1225
|
1415
1979
|
start_date:
|
1416
|
-
|
1417
|
-
|
1980
|
+
calculation:
|
1981
|
+
japan: ''
|
1982
|
+
western: ''
|
1983
|
+
operation:
|
1984
|
+
japan: 嘉禄01年04月20日
|
1985
|
+
western: '1225-5-28'
|
1418
1986
|
disuse:
|
1419
1987
|
new_year_date: '1225-2-9'
|
1420
1988
|
note: ''
|
@@ -1423,8 +1991,12 @@ list:
|
|
1423
1991
|
japan: 1
|
1424
1992
|
western: 1227
|
1425
1993
|
start_date:
|
1426
|
-
|
1427
|
-
|
1994
|
+
calculation:
|
1995
|
+
japan: ''
|
1996
|
+
western: ''
|
1997
|
+
operation:
|
1998
|
+
japan: 安貞01年12月10日
|
1999
|
+
western: '1228-1-18'
|
1428
2000
|
disuse:
|
1429
2001
|
new_year_date: '1227-1-19'
|
1430
2002
|
note: ''
|
@@ -1433,8 +2005,12 @@ list:
|
|
1433
2005
|
japan: 1
|
1434
2006
|
western: 1229
|
1435
2007
|
start_date:
|
1436
|
-
|
1437
|
-
|
2008
|
+
calculation:
|
2009
|
+
japan: ''
|
2010
|
+
western: ''
|
2011
|
+
operation:
|
2012
|
+
japan: 寛喜01年03月05日
|
2013
|
+
western: '1229-3-31'
|
1438
2014
|
disuse:
|
1439
2015
|
new_year_date: '1229-1-27'
|
1440
2016
|
note: ''
|
@@ -1443,8 +2019,12 @@ list:
|
|
1443
2019
|
japan: 1
|
1444
2020
|
western: 1232
|
1445
2021
|
start_date:
|
1446
|
-
|
1447
|
-
|
2022
|
+
calculation:
|
2023
|
+
japan: ''
|
2024
|
+
western: ''
|
2025
|
+
operation:
|
2026
|
+
japan: 貞永01年04月02日
|
2027
|
+
western: '1232-4-23'
|
1448
2028
|
disuse:
|
1449
2029
|
new_year_date: '1232-1-24'
|
1450
2030
|
note: ''
|
@@ -1453,8 +2033,12 @@ list:
|
|
1453
2033
|
japan: 1
|
1454
2034
|
western: 1233
|
1455
2035
|
start_date:
|
1456
|
-
|
1457
|
-
|
2036
|
+
calculation:
|
2037
|
+
japan: ''
|
2038
|
+
western: ''
|
2039
|
+
operation:
|
2040
|
+
japan: 天福01年04月15日
|
2041
|
+
western: '1233-5-25'
|
1458
2042
|
disuse:
|
1459
2043
|
new_year_date: '1233-2-11'
|
1460
2044
|
note: ''
|
@@ -1463,8 +2047,12 @@ list:
|
|
1463
2047
|
japan: 1
|
1464
2048
|
western: 1234
|
1465
2049
|
start_date:
|
1466
|
-
|
1467
|
-
|
2050
|
+
calculation:
|
2051
|
+
japan: ''
|
2052
|
+
western: ''
|
2053
|
+
operation:
|
2054
|
+
japan: 文暦01年11月05日
|
2055
|
+
western: '1234-11-27'
|
1468
2056
|
disuse:
|
1469
2057
|
new_year_date: '1234-1-31'
|
1470
2058
|
note: ''
|
@@ -1473,8 +2061,12 @@ list:
|
|
1473
2061
|
japan: 1
|
1474
2062
|
western: 1235
|
1475
2063
|
start_date:
|
1476
|
-
|
1477
|
-
|
2064
|
+
calculation:
|
2065
|
+
japan: ''
|
2066
|
+
western: ''
|
2067
|
+
operation:
|
2068
|
+
japan: 嘉禎01年09月19日
|
2069
|
+
western: '1235-11-1'
|
1478
2070
|
disuse:
|
1479
2071
|
new_year_date: '1235-1-21'
|
1480
2072
|
note: ''
|
@@ -1483,8 +2075,12 @@ list:
|
|
1483
2075
|
japan: 1
|
1484
2076
|
western: 1238
|
1485
2077
|
start_date:
|
1486
|
-
|
1487
|
-
|
2078
|
+
calculation:
|
2079
|
+
japan: ''
|
2080
|
+
western: ''
|
2081
|
+
operation:
|
2082
|
+
japan: 暦仁01年11月23日
|
2083
|
+
western: '1238-12-30'
|
1488
2084
|
disuse:
|
1489
2085
|
new_year_date: '1238-1-18'
|
1490
2086
|
note: ''
|
@@ -1493,8 +2089,12 @@ list:
|
|
1493
2089
|
japan: 1
|
1494
2090
|
western: 1239
|
1495
2091
|
start_date:
|
1496
|
-
|
1497
|
-
|
2092
|
+
calculation:
|
2093
|
+
japan: ''
|
2094
|
+
western: ''
|
2095
|
+
operation:
|
2096
|
+
japan: 延応01年02月07日
|
2097
|
+
western: '1239-3-13'
|
1498
2098
|
disuse:
|
1499
2099
|
new_year_date: '1239-2-6'
|
1500
2100
|
note: ''
|
@@ -1503,8 +2103,12 @@ list:
|
|
1503
2103
|
japan: 1
|
1504
2104
|
western: 1240
|
1505
2105
|
start_date:
|
1506
|
-
|
1507
|
-
|
2106
|
+
calculation:
|
2107
|
+
japan: ''
|
2108
|
+
western: ''
|
2109
|
+
operation:
|
2110
|
+
japan: 仁治01年07月16日
|
2111
|
+
western: '1240-8-5'
|
1508
2112
|
disuse:
|
1509
2113
|
new_year_date: '1240-1-26'
|
1510
2114
|
note: ''
|
@@ -1513,8 +2117,12 @@ list:
|
|
1513
2117
|
japan: 1
|
1514
2118
|
western: 1243
|
1515
2119
|
start_date:
|
1516
|
-
|
1517
|
-
|
2120
|
+
calculation:
|
2121
|
+
japan: ''
|
2122
|
+
western: ''
|
2123
|
+
operation:
|
2124
|
+
japan: 寛元01年02月26日
|
2125
|
+
western: '1243-3-18'
|
1518
2126
|
disuse:
|
1519
2127
|
new_year_date: '1243-1-22'
|
1520
2128
|
note: ''
|
@@ -1523,8 +2131,12 @@ list:
|
|
1523
2131
|
japan: 1
|
1524
2132
|
western: 1247
|
1525
2133
|
start_date:
|
1526
|
-
|
1527
|
-
|
2134
|
+
calculation:
|
2135
|
+
japan: ''
|
2136
|
+
western: ''
|
2137
|
+
operation:
|
2138
|
+
japan: 宝治01年02月28日
|
2139
|
+
western: '1247-4-5'
|
1528
2140
|
disuse:
|
1529
2141
|
new_year_date: '1247-2-7'
|
1530
2142
|
note: ''
|
@@ -1533,8 +2145,12 @@ list:
|
|
1533
2145
|
japan: 1
|
1534
2146
|
western: 1249
|
1535
2147
|
start_date:
|
1536
|
-
|
1537
|
-
|
2148
|
+
calculation:
|
2149
|
+
japan: ''
|
2150
|
+
western: ''
|
2151
|
+
operation:
|
2152
|
+
japan: 建長01年03月18日
|
2153
|
+
western: '1249-5-2'
|
1538
2154
|
disuse:
|
1539
2155
|
new_year_date: '1249-2-14'
|
1540
2156
|
note: ''
|
@@ -1543,8 +2159,12 @@ list:
|
|
1543
2159
|
japan: 1
|
1544
2160
|
western: 1256
|
1545
2161
|
start_date:
|
1546
|
-
|
1547
|
-
|
2162
|
+
calculation:
|
2163
|
+
japan: ''
|
2164
|
+
western: ''
|
2165
|
+
operation:
|
2166
|
+
japan: 康元01年10月05日
|
2167
|
+
western: '1256-10-24'
|
1548
2168
|
disuse:
|
1549
2169
|
new_year_date: '1256-1-29'
|
1550
2170
|
note: ''
|
@@ -1553,8 +2173,12 @@ list:
|
|
1553
2173
|
japan: 1
|
1554
2174
|
western: 1257
|
1555
2175
|
start_date:
|
1556
|
-
|
1557
|
-
|
2176
|
+
calculation:
|
2177
|
+
japan: ''
|
2178
|
+
western: ''
|
2179
|
+
operation:
|
2180
|
+
japan: 正嘉01年03月14日
|
2181
|
+
western: '1257-3-31'
|
1558
2182
|
disuse:
|
1559
2183
|
new_year_date: '1257-1-17'
|
1560
2184
|
note: ''
|
@@ -1563,8 +2187,12 @@ list:
|
|
1563
2187
|
japan: 1
|
1564
2188
|
western: 1259
|
1565
2189
|
start_date:
|
1566
|
-
|
1567
|
-
|
2190
|
+
calculation:
|
2191
|
+
japan: ''
|
2192
|
+
western: ''
|
2193
|
+
operation:
|
2194
|
+
japan: 正元01年03月26日
|
2195
|
+
western: '1259-4-20'
|
1568
2196
|
disuse:
|
1569
2197
|
new_year_date: '1259-1-25'
|
1570
2198
|
note: ''
|
@@ -1573,8 +2201,12 @@ list:
|
|
1573
2201
|
japan: 1
|
1574
2202
|
western: 1260
|
1575
2203
|
start_date:
|
1576
|
-
|
1577
|
-
|
2204
|
+
calculation:
|
2205
|
+
japan: ''
|
2206
|
+
western: ''
|
2207
|
+
operation:
|
2208
|
+
japan: 文応01年04月13日
|
2209
|
+
western: '1260-5-24'
|
1578
2210
|
disuse:
|
1579
2211
|
new_year_date: '1260-2-13'
|
1580
2212
|
note: ''
|
@@ -1583,8 +2215,12 @@ list:
|
|
1583
2215
|
japan: 1
|
1584
2216
|
western: 1261
|
1585
2217
|
start_date:
|
1586
|
-
|
1587
|
-
|
2218
|
+
calculation:
|
2219
|
+
japan: ''
|
2220
|
+
western: ''
|
2221
|
+
operation:
|
2222
|
+
japan: 弘長01年02月20日
|
2223
|
+
western: '1261-3-22'
|
1588
2224
|
disuse:
|
1589
2225
|
new_year_date: '1261-2-1'
|
1590
2226
|
note: ''
|
@@ -1593,8 +2229,12 @@ list:
|
|
1593
2229
|
japan: 1
|
1594
2230
|
western: 1264
|
1595
2231
|
start_date:
|
1596
|
-
|
1597
|
-
|
2232
|
+
calculation:
|
2233
|
+
japan: ''
|
2234
|
+
western: ''
|
2235
|
+
operation:
|
2236
|
+
japan: 文永01年02月28日
|
2237
|
+
western: '1264-3-27'
|
1598
2238
|
disuse:
|
1599
2239
|
new_year_date: '1264-1-31'
|
1600
2240
|
note: ''
|
@@ -1603,8 +2243,12 @@ list:
|
|
1603
2243
|
japan: 1
|
1604
2244
|
western: 1275
|
1605
2245
|
start_date:
|
1606
|
-
|
1607
|
-
|
2246
|
+
calculation:
|
2247
|
+
japan: ''
|
2248
|
+
western: ''
|
2249
|
+
operation:
|
2250
|
+
japan: 建治01年04月25日
|
2251
|
+
western: '1275-5-22'
|
1608
2252
|
disuse:
|
1609
2253
|
new_year_date: '1275-1-29'
|
1610
2254
|
note: ''
|
@@ -1613,8 +2257,12 @@ list:
|
|
1613
2257
|
japan: 1
|
1614
2258
|
western: 1278
|
1615
2259
|
start_date:
|
1616
|
-
|
1617
|
-
|
2260
|
+
calculation:
|
2261
|
+
japan: ''
|
2262
|
+
western: ''
|
2263
|
+
operation:
|
2264
|
+
japan: 弘安01年02月29日
|
2265
|
+
western: '1278-3-23'
|
1618
2266
|
disuse:
|
1619
2267
|
new_year_date: '1278-1-25'
|
1620
2268
|
note: ''
|
@@ -1623,8 +2271,12 @@ list:
|
|
1623
2271
|
japan: 1
|
1624
2272
|
western: 1288
|
1625
2273
|
start_date:
|
1626
|
-
|
1627
|
-
|
2274
|
+
calculation:
|
2275
|
+
japan: ''
|
2276
|
+
western: ''
|
2277
|
+
operation:
|
2278
|
+
japan: 正応01年04月28日
|
2279
|
+
western: '1288-5-29'
|
1628
2280
|
disuse:
|
1629
2281
|
new_year_date: '1288-2-4'
|
1630
2282
|
note: ''
|
@@ -1633,8 +2285,12 @@ list:
|
|
1633
2285
|
japan: 1
|
1634
2286
|
western: 1293
|
1635
2287
|
start_date:
|
1636
|
-
|
1637
|
-
|
2288
|
+
calculation:
|
2289
|
+
japan: ''
|
2290
|
+
western: ''
|
2291
|
+
operation:
|
2292
|
+
japan: 永仁01年08月05日
|
2293
|
+
western: '1293-9-6'
|
1638
2294
|
disuse:
|
1639
2295
|
new_year_date: '1293-2-8'
|
1640
2296
|
note: ''
|
@@ -1643,8 +2299,12 @@ list:
|
|
1643
2299
|
japan: 1
|
1644
2300
|
western: 1299
|
1645
2301
|
start_date:
|
1646
|
-
|
1647
|
-
|
2302
|
+
calculation:
|
2303
|
+
japan: ''
|
2304
|
+
western: ''
|
2305
|
+
operation:
|
2306
|
+
japan: 正安01年04月25日
|
2307
|
+
western: '1299-5-25'
|
1648
2308
|
disuse:
|
1649
2309
|
new_year_date: '1299-2-2'
|
1650
2310
|
note: ''
|
@@ -1653,8 +2313,12 @@ list:
|
|
1653
2313
|
japan: 1
|
1654
2314
|
western: 1302
|
1655
2315
|
start_date:
|
1656
|
-
|
1657
|
-
|
2316
|
+
calculation:
|
2317
|
+
japan: ''
|
2318
|
+
western: ''
|
2319
|
+
operation:
|
2320
|
+
japan: 乾元01年11月21日
|
2321
|
+
western: '1302-12-10'
|
1658
2322
|
disuse:
|
1659
2323
|
new_year_date: '1302-1-30'
|
1660
2324
|
note: ''
|
@@ -1663,8 +2327,12 @@ list:
|
|
1663
2327
|
japan: 1
|
1664
2328
|
western: 1303
|
1665
2329
|
start_date:
|
1666
|
-
|
1667
|
-
|
2330
|
+
calculation:
|
2331
|
+
japan: ''
|
2332
|
+
western: ''
|
2333
|
+
operation:
|
2334
|
+
japan: 嘉元01年08月05日
|
2335
|
+
western: '1303-9-16'
|
1668
2336
|
disuse:
|
1669
2337
|
new_year_date: '1303-1-19'
|
1670
2338
|
note: ''
|
@@ -1673,8 +2341,12 @@ list:
|
|
1673
2341
|
japan: 1
|
1674
2342
|
western: 1306
|
1675
2343
|
start_date:
|
1676
|
-
|
1677
|
-
|
2344
|
+
calculation:
|
2345
|
+
japan: ''
|
2346
|
+
western: ''
|
2347
|
+
operation:
|
2348
|
+
japan: 徳治01年12月14日
|
2349
|
+
western: '1307-1-18'
|
1678
2350
|
disuse:
|
1679
2351
|
new_year_date: '1306-2-14'
|
1680
2352
|
note: ''
|
@@ -1683,8 +2355,12 @@ list:
|
|
1683
2355
|
japan: 1
|
1684
2356
|
western: 1308
|
1685
2357
|
start_date:
|
1686
|
-
|
1687
|
-
|
2358
|
+
calculation:
|
2359
|
+
japan: ''
|
2360
|
+
western: ''
|
2361
|
+
operation:
|
2362
|
+
japan: 延慶01年10月09日
|
2363
|
+
western: '1308-11-22'
|
1688
2364
|
disuse:
|
1689
2365
|
new_year_date: '1308-1-24'
|
1690
2366
|
note: ''
|
@@ -1693,8 +2369,12 @@ list:
|
|
1693
2369
|
japan: 1
|
1694
2370
|
western: 1311
|
1695
2371
|
start_date:
|
1696
|
-
|
1697
|
-
|
2372
|
+
calculation:
|
2373
|
+
japan: ''
|
2374
|
+
western: ''
|
2375
|
+
operation:
|
2376
|
+
japan: 応長01年04月28日
|
2377
|
+
western: '1311-5-17'
|
1698
2378
|
disuse:
|
1699
2379
|
new_year_date: '1311-1-21'
|
1700
2380
|
note: ''
|
@@ -1703,8 +2383,12 @@ list:
|
|
1703
2383
|
japan: 1
|
1704
2384
|
western: 1312
|
1705
2385
|
start_date:
|
1706
|
-
|
1707
|
-
|
2386
|
+
calculation:
|
2387
|
+
japan: ''
|
2388
|
+
western: ''
|
2389
|
+
operation:
|
2390
|
+
japan: 正和01年03月20日
|
2391
|
+
western: '1312-4-27'
|
1708
2392
|
disuse:
|
1709
2393
|
new_year_date: '1312-2-8'
|
1710
2394
|
note: ''
|
@@ -1713,8 +2397,12 @@ list:
|
|
1713
2397
|
japan: 1
|
1714
2398
|
western: 1317
|
1715
2399
|
start_date:
|
1716
|
-
|
1717
|
-
|
2400
|
+
calculation:
|
2401
|
+
japan: ''
|
2402
|
+
western: ''
|
2403
|
+
operation:
|
2404
|
+
japan: 文保01年02月03日
|
2405
|
+
western: '1317-3-16'
|
1718
2406
|
disuse:
|
1719
2407
|
new_year_date: '1317-2-13'
|
1720
2408
|
note: ''
|
@@ -1723,8 +2411,12 @@ list:
|
|
1723
2411
|
japan: 1
|
1724
2412
|
western: 1319
|
1725
2413
|
start_date:
|
1726
|
-
|
1727
|
-
|
2414
|
+
calculation:
|
2415
|
+
japan: ''
|
2416
|
+
western: ''
|
2417
|
+
operation:
|
2418
|
+
japan: 元応01年04月28日
|
2419
|
+
western: '1319-5-18'
|
1728
2420
|
disuse:
|
1729
2421
|
new_year_date: '1319-1-22'
|
1730
2422
|
note: ''
|
@@ -1733,8 +2425,12 @@ list:
|
|
1733
2425
|
japan: 1
|
1734
2426
|
western: 1321
|
1735
2427
|
start_date:
|
1736
|
-
|
1737
|
-
|
2428
|
+
calculation:
|
2429
|
+
japan: ''
|
2430
|
+
western: ''
|
2431
|
+
operation:
|
2432
|
+
japan: 元亨01年02月23日
|
2433
|
+
western: '1321-3-22'
|
1738
2434
|
disuse:
|
1739
2435
|
new_year_date: '1321-1-29'
|
1740
2436
|
note: ''
|
@@ -1743,8 +2439,12 @@ list:
|
|
1743
2439
|
japan: 1
|
1744
2440
|
western: 1324
|
1745
2441
|
start_date:
|
1746
|
-
|
1747
|
-
|
2442
|
+
calculation:
|
2443
|
+
japan: ''
|
2444
|
+
western: ''
|
2445
|
+
operation:
|
2446
|
+
japan: 正中01年12月09日
|
2447
|
+
western: '1324-12-25'
|
1748
2448
|
disuse:
|
1749
2449
|
new_year_date: '1324-1-27'
|
1750
2450
|
note: ''
|
@@ -1753,8 +2453,12 @@ list:
|
|
1753
2453
|
japan: 1
|
1754
2454
|
western: 1326
|
1755
2455
|
start_date:
|
1756
|
-
|
1757
|
-
|
2456
|
+
calculation:
|
2457
|
+
japan: ''
|
2458
|
+
western: ''
|
2459
|
+
operation:
|
2460
|
+
japan: 嘉暦01年04月26日
|
2461
|
+
western: '1326-5-28'
|
1758
2462
|
disuse:
|
1759
2463
|
new_year_date: '1326-2-4'
|
1760
2464
|
note: ''
|
@@ -1763,8 +2467,12 @@ list:
|
|
1763
2467
|
japan: 1
|
1764
2468
|
western: 1329
|
1765
2469
|
start_date:
|
1766
|
-
|
1767
|
-
|
2470
|
+
calculation:
|
2471
|
+
japan: ''
|
2472
|
+
western: ''
|
2473
|
+
operation:
|
2474
|
+
japan: 元徳01年08月29日
|
2475
|
+
western: '1329-9-22'
|
1768
2476
|
disuse:
|
1769
2477
|
new_year_date: '1329-1-31'
|
1770
2478
|
note: ''
|
@@ -1773,8 +2481,12 @@ list:
|
|
1773
2481
|
japan: 1
|
1774
2482
|
western: 1331
|
1775
2483
|
start_date:
|
1776
|
-
|
1777
|
-
|
2484
|
+
calculation:
|
2485
|
+
japan: ''
|
2486
|
+
western: ''
|
2487
|
+
operation:
|
2488
|
+
japan: 元弘01年08月09日
|
2489
|
+
western: '1331-9-11'
|
1778
2490
|
disuse:
|
1779
2491
|
new_year_date: '1331-2-8'
|
1780
2492
|
note: ''
|
@@ -1783,8 +2495,12 @@ list:
|
|
1783
2495
|
japan: 1
|
1784
2496
|
western: 1334
|
1785
2497
|
start_date:
|
1786
|
-
|
1787
|
-
|
2498
|
+
calculation:
|
2499
|
+
japan: ''
|
2500
|
+
western: ''
|
2501
|
+
operation:
|
2502
|
+
japan: 建武01年01月29日
|
2503
|
+
western: '1334-3-5'
|
1788
2504
|
disuse:
|
1789
2505
|
new_year_date: '1334-2-5'
|
1790
2506
|
note: ''
|
@@ -1793,8 +2509,12 @@ list:
|
|
1793
2509
|
japan: 1
|
1794
2510
|
western: 1336
|
1795
2511
|
start_date:
|
1796
|
-
|
1797
|
-
|
2512
|
+
calculation:
|
2513
|
+
japan: ''
|
2514
|
+
western: ''
|
2515
|
+
operation:
|
2516
|
+
japan: 延元01年02月29日
|
2517
|
+
western: '1336-4-11'
|
1798
2518
|
disuse:
|
1799
2519
|
new_year_date: '1336-2-14'
|
1800
2520
|
note: ''
|
@@ -1803,8 +2523,12 @@ list:
|
|
1803
2523
|
japan: 1
|
1804
2524
|
western: 1340
|
1805
2525
|
start_date:
|
1806
|
-
|
1807
|
-
|
2526
|
+
calculation:
|
2527
|
+
japan: ''
|
2528
|
+
western: ''
|
2529
|
+
operation:
|
2530
|
+
japan: 興国01年04月28日
|
2531
|
+
western: '1340-5-25'
|
1808
2532
|
disuse:
|
1809
2533
|
new_year_date: '1340-1-30'
|
1810
2534
|
note: ''
|
@@ -1813,8 +2537,12 @@ list:
|
|
1813
2537
|
japan: 1
|
1814
2538
|
western: 1346
|
1815
2539
|
start_date:
|
1816
|
-
|
1817
|
-
|
2540
|
+
calculation:
|
2541
|
+
japan: ''
|
2542
|
+
western: ''
|
2543
|
+
operation:
|
2544
|
+
japan: 正平01年12月08日
|
2545
|
+
western: '1347-1-20'
|
1818
2546
|
disuse:
|
1819
2547
|
new_year_date: '1346-1-24'
|
1820
2548
|
note: ''
|
@@ -1823,8 +2551,12 @@ list:
|
|
1823
2551
|
japan: 1
|
1824
2552
|
western: 1370
|
1825
2553
|
start_date:
|
1826
|
-
|
1827
|
-
|
2554
|
+
calculation:
|
2555
|
+
japan: ''
|
2556
|
+
western: ''
|
2557
|
+
operation:
|
2558
|
+
japan: 建徳01年07月24日
|
2559
|
+
western: '1370-8-16'
|
1828
2560
|
disuse:
|
1829
2561
|
new_year_date: '1370-1-28'
|
1830
2562
|
note: ''
|
@@ -1833,8 +2565,12 @@ list:
|
|
1833
2565
|
japan: 1
|
1834
2566
|
western: 1372
|
1835
2567
|
start_date:
|
1836
|
-
|
1837
|
-
|
2568
|
+
calculation:
|
2569
|
+
japan: ''
|
2570
|
+
western: ''
|
2571
|
+
operation:
|
2572
|
+
japan: 文中01年04月01日
|
2573
|
+
western: '1372-5-4'
|
1838
2574
|
disuse:
|
1839
2575
|
new_year_date: '1372-2-6'
|
1840
2576
|
note: 日が不明のため1日とする
|
@@ -1843,8 +2579,12 @@ list:
|
|
1843
2579
|
japan: 1
|
1844
2580
|
western: 1375
|
1845
2581
|
start_date:
|
1846
|
-
|
1847
|
-
|
2582
|
+
calculation:
|
2583
|
+
japan: ''
|
2584
|
+
western: ''
|
2585
|
+
operation:
|
2586
|
+
japan: 天授01年05月27日
|
2587
|
+
western: '1375-6-26'
|
1848
2588
|
disuse:
|
1849
2589
|
new_year_date: '1375-2-2'
|
1850
2590
|
note: ''
|
@@ -1853,8 +2593,12 @@ list:
|
|
1853
2593
|
japan: 1
|
1854
2594
|
western: 1381
|
1855
2595
|
start_date:
|
1856
|
-
|
1857
|
-
|
2596
|
+
calculation:
|
2597
|
+
japan: ''
|
2598
|
+
western: ''
|
2599
|
+
operation:
|
2600
|
+
japan: 弘和01年02月10日
|
2601
|
+
western: '1381-3-6'
|
1858
2602
|
disuse:
|
1859
2603
|
new_year_date: '1381-1-26'
|
1860
2604
|
note: ''
|
@@ -1863,8 +2607,12 @@ list:
|
|
1863
2607
|
japan: 1
|
1864
2608
|
western: 1384
|
1865
2609
|
start_date:
|
1866
|
-
|
1867
|
-
|
2610
|
+
calculation:
|
2611
|
+
japan: ''
|
2612
|
+
western: ''
|
2613
|
+
operation:
|
2614
|
+
japan: 元中01年04月28日
|
2615
|
+
western: '1384-5-18'
|
1868
2616
|
disuse:
|
1869
2617
|
new_year_date: '1384-1-23'
|
1870
2618
|
note: ''
|