Tags: gpgkd906/date_component
Tags
refactor: simplify time component calculation in DateComponent - Replace complex hour/minute/second borrowing logic with direct duration-based calculation - Improve DST transition handling by using UTC-derived time components - Maintain existing date (year/month/day) calculation logic - Make code more maintainable and robust