Releases: yaa110/go-persian-calendar
Releases · yaa110/go-persian-calendar
v1.2.1
fixes #28 where the New() function for creating the time struct did n…
v1.2.0
Breaking Changes
- retrun a new instance of Time from
In
:
use:
pt := ptime.Now().In(ptime.Iran())
instead of:
pt := ptime.Now()
pt.In(ptime.Iran())
v1.1.5
- fix #26 normalize components to avoid panics
- limitation: the minimum value of Gregorian year is 1097, otherwise a zero instance of
ptime.Time
is returned.
v1.1.4
- fix timezone offset show bug
v1.1.3
- time format: fix index out of range
- format: fix order of markers
v1.1.0
- Add DayTime type to get time of the day
v1.0.2
README: place changelog section after getting started