isocalendar0
isocalendar0 is a convention used in some date-time libraries to extract ISO calendar components from a date using zero-based indexing for weeks and weekdays. It is not part of the ISO 8601 standard and is not universally implemented; it exists mainly in contexts where zero-based values align with array indices or specific numerical schemes.
In isocalendar0, the function returns a triple consisting of year, week, and weekday. The week number starts
Relationship to standard isocalendar and ISO 8601: the conventional isocalendar used in Python and many libraries
Availability and usage: isocalendar0 is implemented only in a minority of libraries or as a user-defined utility;
Example: for the date 2023-01-02, which is a Monday in the first ISO week of 2023, isocalendar0