Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
hnw committed Jun 8, 2017
1 parent 42e7a83 commit 7e09daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var_dump((new DateTime())->format("c")); // string(25) "2017-01-01T00:00:05+00:0
### version 1.2.4(beta), 2017/6/8

- Fix [#18](https://github.com/hnw/php-timecop/issues/18) (Fix date_create_from_format when using `|` char)
- Fix timecop_date_create(): The previous version of timecop_date_create("@[unix timestamp]") returns +1 hour time on PHP 5.3.9 - 5.4.7 only during the DST.
- Fix `timecop_date_create()`: The previous version of `timecop_date_create("@[unix timestamp]")` returns +1 hour time on PHP 5.3.9 - 5.4.7 only during the DST.

### version 1.2.3(beta), 2017/1/8
- Fix `timecop_date_create_from_format()`: support time travelling
Expand Down

0 comments on commit 7e09daa

Please sign in to comment.