Packages
Fast conversion of a UTC epoch timestamp (Unix timestamp) into a DateTime in a given timezone.
Current section
Files
Jump to
Current section
Files
fast_local_datetime
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.3.0
- Fix bug with error returned before year 0 (fixed by @arkadyan)
## 0.2.0
- Fix a bug where timestamps before the year 0 would crash with a MatchError
## 0.1.0
- Initial release