Skip to content

Releases: SpiritIT/timezonecomplete

TZ database 2014g

29 Sep 07:59
Compare
Choose a tag to compare
1.5.4

Upgrade TZ database to 2014h, publish 1.5.4

TZ database 2014g

09 Sep 08:04
Compare
Choose a tag to compare

TZ database 2014g

TZ database 2014f

27 Aug 11:32
Compare
Choose a tag to compare
  • Upgrade time zone database to 2014f
  • Upgrade typedoc documentation generator to 0.1.1
  • Include missing typings file.

1.5.1

20 Aug 11:16
Compare
Choose a tag to compare

Bugfix in method name secondPfDay() -> secondOfDay() and in typings file.

1.5.0

20 Aug 10:22
Compare
Choose a tag to compare

Add format() function to DateTime to convert a DateTime to a string with a specified format.
Add valueOf() method to DateTime and Duration
Add dayOfYear() and utcDayOfYear() to DateTime returning the n-th day of the year, starting at 0
Add weekNumber() utility function (ISO week number)
Add weekNumber() and utcWeekNumber() methods to DateTime
Add weekOfMonth() utility function (ISO week number)
Add weekOfMonth() and utcWeekOfMonth() methods to DateTime
Add secondOfDay() utility function (ISO week number)
Add secondOfDay() and utcSecondOfDay() methods to DateTime
Add abbreviationForUtc() to TimeZone
Add zoneAbbreviation() to DateTime to get time zone abbreviation at the specified datetime.