I’m new to Julia. I have a task that involves lots of dates from all sorts of date systems: Hebrew, Islamic, Gregorian, Julian, Mayan, Persian, Indian Civil Calendar, French Republic Calendar with the goal of converting to a date in the Julian Day calendar format. I have been unable to find the date system used in Julia. Thus, the questions!
- What calendar system is the default in Julia?
- Are any date conversions from one of the above list to another of the above list present in Julia?
Thanks!