Releases: alphp/strftime
Releases · alphp/strftime
v0.7.6
20 Nov 00:12
Compare
Sorry, something went wrong.
No results found
No code modification.
PHPDoc signature update: added throws an InvalidArgumentException.
v0.7.5
15 May 08:40
Compare
Sorry, something went wrong.
No results found
Don't override the timezone when called with a DateTime object
v0.7.0
26 Jan 01:08
Compare
Sorry, something went wrong.
No results found
Fix fatal error when using the default PHP locale #17
Thanks to @jonasraoni
v0.6.0
18 Dec 21:14
Compare
Sorry, something went wrong.
No results found
Fix fatal error with non-Gregorian locales (#15 )
Thanks to @asmecher
v0.5.0
10 Apr 22:36
Compare
Sorry, something went wrong.
No results found
Account for different handling of historical dates by ICU and Posix #5
Minimum PHP version in composer.json is incorrect #6
Thanks to @IMSoP
v0.4.0 Fixed %k format as specified in documentation
02 Apr 23:21
Compare
Sorry, something went wrong.
No results found
Format
Description
Example returned values
%k
Hour in 24-hour format, with a space preceding single digits
0 through 23
v0.3.0 Fixed week formats
02 Apr 21:07
Compare
Sorry, something went wrong.
No results found
v0.2.0 Fixed some formats
02 Apr 15:26
Compare
Sorry, something went wrong.
No results found
Added documentation of formats
Added test for all formats
Fixed some formats
v0.1.0 PHPUnit tests
01 Apr 23:50
Compare
Sorry, something went wrong.
No results found
Automatic run PHPUnit tests with Actions.
v0.0.7 Catch exception thrown by DateTime
01 Apr 21:46
Compare
Sorry, something went wrong.
No results found
Catch exception thrown when creating DateTime object with invalid $timestamp value.