Skip to content

v2.6.2-rc2

Compare
Choose a tag to compare
@kuafuRace kuafuRace released this 02 Apr 05:54
· 67 commits to v2.6.x since this release
English
  • Fix missing timezone bug in IsDST method
  • Fix missing timezone bug StartOfXXX, EndOfXXX methods
  • Fix missing timezone bug when converting other calendars to Gregorian calendar
  • time.Local is not updated when setting default timezone
  • Add MaxDuration, MinDuration methods
中文
  • 修复 IsDST 方法丢失时区的 bug
  • 修复 StartOfXXXEndOfXXX 部分方法丢失时区的 bug
  • 修复其他日历转化为公历时缺失时区的 bug
  • 设置默认时区时不再同步更新 time.Local
  • 新增 MaxDurationMinDuration 方法