Generated charts always use the non-US style date of day/month/year. This format seems to even be hardcoded in this line:
|
template_dict["stringTitle"] = f"{self.language_settings['transits']} {self.t_user.day}/{self.t_user.month}/{self.t_user.year}" |
Possible to add an option/setting/switch that lets the user decide which date format to use?
Generated charts always use the non-US style date of day/month/year. This format seems to even be hardcoded in this line:
kerykeion/kerykeion/charts/kerykeion_chart_svg.py
Line 408 in a327aa4
Possible to add an option/setting/switch that lets the user decide which date format to use?