Skip to content

Tags: gpgkd906/date_component

Tags

v0.4.4

Toggle v0.4.4's commit message
refactor tests, and fix a edge bug

0.4.3

Toggle 0.4.3's commit message
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

0.4.2

Toggle 0.4.2's commit message
update the dependencies, add more test case