Skip to content

Releases: BrandEmbassy/datetime

3.5

14 Mar 17:28
ea88f69
Compare
Choose a tag to compare

Extended the DateTimeFormatter with a convertToMilliseconds function that will get the timestamp at milliseconds precision rather than just seconds.

3.4

12 Jul 11:24
38d7e1c
Compare
Choose a tag to compare
3.4
  • Added DateTimeRegularExpressions with RFC3339

3.3.0

19 Apr 14:48
488e081
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2...3.3.0

3.2.0

10 Nov 10:58
6fb9897
Compare
Choose a tag to compare

Fix nanoseconds in DateTimeFromString::createWithMilliseconds

3.1.0

16 Jul 13:05
aa5fd78
Compare
Choose a tag to compare

php7.2-> php7.4

3.0.1

18 May 13:18
949d563
Compare
Choose a tag to compare

Fix RFC parsing

3.0

16 Dec 13:03
e8610ae
Compare
Choose a tag to compare
3.0

Primary format is RFC3339 (+ EXTENDED - milliseconds ).

It's a philosophy change - instead of implementing specific methods (such as ATOM) we primarily support RFC3339 format, with an option to explicitly use another format, if needed.

2.2.2

30 Nov 18:27
c36207f
Compare
Choose a tag to compare

fix ISO validation

2.2.1

24 Nov 12:37
d8a05a0
Compare
Choose a tag to compare

Fix of the check of date's validity

2.2

19 Aug 12:08
8669e0d
Compare
Choose a tag to compare
2.2

DateTimeModifier