Parsing current Hebrew date into integers for Year/Month/Day of Month

Is there any way to convert the current datetime to the Hebrew Year, Month, and Day of Month?

I know that you can use `jewish_calendar_date’ sensor from “Jewish Calendar” returns a date string in Hebrew or English depending on the language set.

But I want to get the components as integers without having to do klugey parsing of a string which is language dependent.

Basically, something like ‘strftime’ for Hebrew dates.