Releases: alphp/strftime Releases · alphp/strftime
v0.7.6 Compare Sorry, something went wrong.
No results found alphp
released this
20 Nov 00:12
No code modification.
PHPDoc signature update: added throws an InvalidArgumentException.
v0.7.5 Compare Sorry, something went wrong.
No results found alphp
released this
15 May 08:40
Don't override the timezone when called with a DateTime object
v0.7.0 Compare Sorry, something went wrong.
No results found alphp
released this
26 Jan 01:08
Fix fatal error when using the default PHP locale #17
Thanks to @jonasraoni
v0.6.0 Compare Sorry, something went wrong.
No results found alphp
released this
18 Dec 21:14
Fix fatal error with non-Gregorian locales (#15 )
Thanks to @asmecher
v0.5.0 Compare Sorry, something went wrong.
No results found alphp
released this
10 Apr 22:36
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 Compare Sorry, something went wrong.
No results found alphp
released this
02 Apr 23:21
Format Description Example returned values %kHour in 24-hour format, with a space preceding single digits 0 through 23
v0.3.0 Fixed week formats Compare Sorry, something went wrong.
No results found alphp
released this
02 Apr 21:07
Update readme v0.2.0 Fixed some formats Compare Sorry, something went wrong.
No results found alphp
released this
02 Apr 15:26
Added documentation of formats
Added test for all formats
Fixed some formats
v0.1.0 PHPUnit tests Compare Sorry, something went wrong.
No results found alphp
released this
01 Apr 23:50
Automatic run PHPUnit tests with Actions.
v0.0.7 Catch exception thrown by DateTime Compare Sorry, something went wrong.
No results found alphp
released this
01 Apr 21:46
Catch exception thrown when creating DateTime object with invalid $timestamp value.