- Posts: 2165
Question Readability of calendar conversions
- WGroleau
- Topic Author
- Offline
- Platinum Member
Less
More
1 year 8 months ago - 1 year 8 months ago #1
by WGroleau
--
Wes Groleau
UniGen.us/
Readability of calendar conversions was created by WGroleau
If I put
it gets displayed as
which is going to be confusing to visitors and uninitiated members. Might be better as
Maybe there could be an admin option to chose "C.E." or "A.D."
Also, for genealogy, B.C. or B.C.E. might not be useful, but what about history?
is currently rendered
I started an experiment with biblical genealogies¹ Since the Hebrew calendar purports to show years from creation, I put the birth of Seth as
which is displayed as merely
What should be done with that, if anything?
¹The issue is how these dates should be displayed. Whether the bible is history or myth is an hot-button to many but should not be argued here..
Code:
2 DATE HEBREW 5130
Code:
5130 (1370)
Code:
5130 (Hebrew calendar—1370 C.E.)
Also, for genealogy, B.C. or B.C.E. might not be useful, but what about history?
Code:
2 DATE HEBREW 3000
Code:
3000 (-761)
I started an experiment with biblical genealogies¹ Since the Hebrew calendar purports to show years from creation, I put the birth of Seth as
Code:
2 DATE HEBREW 130
Code:
130
¹The issue is how these dates should be displayed. Whether the bible is history or myth is an hot-button to many but should not be argued here..
--
Wes Groleau
UniGen.us/
Last edit: 1 year 8 months ago by WGroleau.
Please Log in or Create an account to join the conversation.
- hermann
- Away
- Elite Member
1 year 8 months ago #2
by hermann
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.21 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Replied by hermann on topic Readability of calendar conversions
You say that you entered
but it should be
You are right that the display "5130 (1370)" is not intuitiv. There should be a bit more information shown.
If you enter
that is shown as
i.e 3760 (hebrew) = 1 BC (Julian) = -1 (Gregorian ???)
Code:
2 DATE HEBREW 5130
Code:
2 DATE @#DHEBREW@ 5130
You are right that the display "5130 (1370)" is not intuitiv. There should be a bit more information shown.
If you enter
Code:
2 DATE FROM @#DHEBREW@ 3760 TO @#DJULIAN@ 1 B.C.
Code:
from 3760 (-1) to 1 BC (-1)
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.21 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Please Log in or Create an account to join the conversation.
- WGroleau
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 2165
1 year 8 months ago - 1 year 8 months ago #3
by WGroleau
Ah, I thought I had seen a different syntax but didn't remember what it was. So I used the syntax in the GEDCOM 7 spec. I would add to my suggestion that webtrees support both input formats as well as improve the display format. And don't forget the discontinuity (the lack of a year zero) in the conversion functions.
--
Wes Groleau
UniGen.us/
Replied by WGroleau on topic Readability of calendar conversions
You say that you entered
but it should beCode:2 DATE HEBREW 5130Code:2 DATE @#DHEBREW@ 5130
Ah, I thought I had seen a different syntax but didn't remember what it was. So I used the syntax in the GEDCOM 7 spec. I would add to my suggestion that webtrees support both input formats as well as improve the display format. And don't forget the discontinuity (the lack of a year zero) in the conversion functions.
--
Wes Groleau
UniGen.us/
Last edit: 1 year 8 months ago by WGroleau.
Please Log in or Create an account to join the conversation.
- hermann
- Away
- Elite Member
1 year 8 months ago #4
by hermann
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.21 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Replied by hermann on topic Readability of calendar conversions
You can see the GEDCOM 5.5.1 format when entering a date in webtrees by using the help icon = "?".
You are right, webtrees is already supporting the GEDCOM 7 format using "HEBREW" instead of "@#DHEBREW@" in 5.5.1. There is another change: GEDCOM 5.5.1 is using "B.C.", GEDCOM 7 is using now "BCE". Another miracle: GEDCOM 5.5.1 allows B.C. for the Hebrew calendar. I don't know what the meaning is of that.
Yes, it is nice that webtrees supports already now the GEDCOM 7 keywords for the calendar system. In GEDCOM 7 the "custom" webtrees calendars "Islamic" and "Jalali" should start with an "_" to indicate that they are custom calendar systems.
One minor remark about conversion from the hebrew calendar to the gregorian calendar: this is not exact because of the start of day at sunset or midnight in those calendars.
And yes: the important point in your post is: "present the information in a way that is understandable and clear".
You are right, webtrees is already supporting the GEDCOM 7 format using "HEBREW" instead of "@#DHEBREW@" in 5.5.1. There is another change: GEDCOM 5.5.1 is using "B.C.", GEDCOM 7 is using now "BCE". Another miracle: GEDCOM 5.5.1 allows B.C. for the Hebrew calendar. I don't know what the meaning is of that.
Yes, it is nice that webtrees supports already now the GEDCOM 7 keywords for the calendar system. In GEDCOM 7 the "custom" webtrees calendars "Islamic" and "Jalali" should start with an "_" to indicate that they are custom calendar systems.
One minor remark about conversion from the hebrew calendar to the gregorian calendar: this is not exact because of the start of day at sunset or midnight in those calendars.
And yes: the important point in your post is: "present the information in a way that is understandable and clear".
Hermann
Designer of the custom module "Extended Family"
webtrees 2.1.21 (all custom modules installed, PHP 8.3.12, MariaDB 10.6) @ ahnen.hartenthaler.eu
Please Log in or Create an account to join the conversation.