Skip to content

Releases: SpiritIT/timezonecomplete

Bugfix in DateTime#format

13 Jan 14:50
Compare
Choose a tag to compare
  • Improved documentation for DateTime.add()/sub()/addLocal()/subLocal()
  • Removed console.log() statement
  • Bugfix: DateTime#format() would throw if a zone was specified in the format string but no zone was present
  • DateTime#format() now trims the string before returning it.

remove DateTime#_unitUtcMillisCache member in favor of a global cache

03 Dec 09:27
Compare
Choose a tag to compare

This makes DateTime objects easier to compare as there is no changing cache included.

Bugfix in parsing dates with zeroes.

27 Nov 13:56
Compare
Choose a tag to compare
v1.24.1

v1.24.1: bugfix in parsing dates with zeroes.

v1.24.0: add parsing of date strings according to given format.

05 Nov 09:58
Compare
Choose a tag to compare
v1.24.0: add parsing of date strings according to given format.

Add method to check if a date exists in its time zone

08 Oct 09:49
Compare
Choose a tag to compare
v1.23.0

v1.23.0: add method DateTime.exists() to validate a date in its time …

TZ database 2015g

02 Oct 07:12
Compare
Choose a tag to compare
v1.22.2

v1.22.2: tz database 2015g

Fix dev-dependencies listed as dependencies

21 Sep 07:21
Compare
Choose a tag to compare
1.22.1

v1.22.1: fix dev-dependencies listed as dependencies

Add method to retrieve time zone names (issue #21)

16 Sep 19:21
Compare
Choose a tag to compare
v1.22.0

v1.22.0: Add method to retrieve all time zone names to TzDatabase

Upgrade to TZ database 2015f

12 Aug 12:17
Compare
Choose a tag to compare
v1.21.1

v1.21.1: upgrade to TZ database 2015f

new method to get next DST transition moment

21 Jul 11:43
Compare
Choose a tag to compare
v1.21.0

v1.21.0: add method to get next DST change moment