Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue 88 #548

Merged
merged 2 commits into from
Jun 24, 2016
Merged

Fix issue 88 #548

merged 2 commits into from
Jun 24, 2016

Conversation

lucasmichot
Copy link
Collaborator

Replace #90 and fix #88

@codecov-io
Copy link

Current coverage is 99.27%

Merging #548 into master will not affect coverage as of be92585

Powered by Codecov. Updated on successful CI builds.

@GrahamCampbell
Copy link
Contributor

👍

@th3fallen
Copy link

Any ETA on this getting merged? this will resolve an issue we're experiencing.

@lucasmichot
Copy link
Collaborator Author

ping @briannesbitt

@briannesbitt briannesbitt merged commit 253f381 into briannesbitt:master Jun 24, 2016
@lucasmichot lucasmichot deleted the feature/issue-88 branch June 27, 2016 06:45
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Jan 15, 2018
The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Jan 15, 2018
The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Jan 15, 2018
The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Jan 15, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Feb 13, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Feb 13, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

The unit tests added to assure default php behavior.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Feb 13, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

The unit tests added to assure default php behavior.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Feb 26, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Feb 26, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

The unit tests added to assure default php behavior.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Ovsyanka added a commit to Ovsyanka/Carbon that referenced this pull request Feb 26, 2018
…about issue briannesbitt#88

The realisation of initial issue briannesbitt#88 is wrong. The problem does not relies to `local` / `not local` timezone. Php handles date changes similar for both cases. So in fact changes was made 'fixes' non-local dates but local dates works same as before.
And it 'fixes' the problem and not actually fixes it because in fact the PHP handling of DST changing in non-UTC dates is quite right. If developer don't want to adjusting timestamp to DST change he should use UTC timezone.

The unit tests added to assure default php behavior.

Next commits reverted by hand because conflicts in automatic revert.

* Commit 2cc6988  Fix CS	07.12.2015 13:04	Lucas Michot
* Commit 5394301  Fix issue 88	07.12.2015 12:55	Lucas Michot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding to a time provides an inconsistent result
6 participants