ugCal
ugCal is a cross-calendar date library and reference implementation designed to support date arithmetic, calendar conversions, and formatting across multiple calendar systems. The project aims to provide accurate handling of leap years, era boundaries, and locale-sensitive representations to help developers build robust time-aware applications.
Its core capabilities include support for common civil calendars such as Gregorian and Julian, as well as
ugCal follows a modular architecture with a core date type and separate calendar backends. The core handles
ugCal originated as an open-source project developed by a community of contributors in the 2010s to address