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: UTC plugin set utcOffset value #668

Merged
merged 17 commits into from Aug 27, 2019
Merged

Conversation

iamkun
Copy link
Owner

@iamkun iamkun commented Aug 27, 2019

close #620


IssueHunt Summary

Referenced issues

This pull request has been submitted to:


IssueHunt has been backed by the following sponsors. Become a sponsor

@codecov-io
Copy link

codecov-io commented Aug 27, 2019

Codecov Report

Merging #668 into dev will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #668   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files       154    154           
  Lines       995   1083   +88     
  Branches    150    162   +12     
===================================
+ Hits        995   1083   +88
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) ⬆️
src/plugin/utc/index.js 100% <100%> (ø) ⬆️
src/locale/he.js 100% <0%> (ø) ⬆️
src/locale/ar.js 100% <0%> (ø) ⬆️
src/locale/lt.js 100% <0%> (ø) ⬆️
src/locale/sk.js 100% <0%> (ø) ⬆️
src/locale/ka.js 100% <0%> (ø) ⬆️
src/locale/pt-br.js 100% <0%> (ø) ⬆️
src/locale/fa.js 100% <0%> (ø) ⬆️
src/locale/fy.js 100% <0%> (ø) ⬆️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c862f6...56fb331. Read the comment docs.

@iamkun iamkun merged commit 8877883 into dev Aug 27, 2019
@iamkun iamkun changed the title Feature/add set utc offset plugin fix: UTC plugin set utcOffset value Aug 27, 2019
@iamkun iamkun deleted the feature/add-set-utc-offset-plugin branch September 18, 2019 09:23
@ivarshavets
Copy link

@iamkun I'm using your library and this feature would be really helpful for me.
Could you please release new version which includes it?

iamkun pushed a commit that referenced this pull request Nov 6, 2019
## [1.8.17](v1.8.16...v1.8.17) (2019-11-06)

### Bug Fixes

* Fix set utcOffset in utc mode ([d148115](d148115))
* Update advancedFormat plugin to support w ww wo week tokens … ([#678](#678)) ([26cfa63](26cfa63)), closes [#676](#676)
* Update ka locale weekdays ([f8ca3d4](f8ca3d4))
* Update nb locale ([#679](#679)) ([1063b0e](1063b0e))
* Update Polish locale (pl)([#713](#713)) ([30d2f02](30d2f02))
* Update Ukrainian locale (uk) ([#710](#710)) ([360161c](360161c))
* UTC plugin set utcOffset value ([#668](#668)) ([8877883](8877883))
@iamkun
Copy link
Owner Author

iamkun commented Nov 6, 2019

🎉 This PR is included in version 1.8.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iamkun iamkun added the released label Nov 6, 2019
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.8.17](iamkun/dayjs@v1.8.16...v1.8.17) (2019-11-06)

### Bug Fixes

* Fix set utcOffset in utc mode ([d148115](iamkun/dayjs@d148115))
* Update advancedFormat plugin to support w ww wo week tokens … ([#678](iamkun/dayjs#678)) ([26cfa63](iamkun/dayjs@26cfa63)), closes [#676](iamkun/dayjs#676)
* Update ka locale weekdays ([f8ca3d4](iamkun/dayjs@f8ca3d4))
* Update nb locale ([#679](iamkun/dayjs#679)) ([1063b0e](iamkun/dayjs@1063b0e))
* Update Polish locale (pl)([#713](iamkun/dayjs#713)) ([30d2f02](iamkun/dayjs@30d2f02))
* Update Ukrainian locale (uk) ([#710](iamkun/dayjs#710)) ([360161c](iamkun/dayjs@360161c))
* UTC plugin set utcOffset value ([#668](iamkun/dayjs#668)) ([8877883](iamkun/dayjs@8877883))
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.8.17](iamkun/dayjs@v1.8.16...v1.8.17) (2019-11-06)

### Bug Fixes

* Fix set utcOffset in utc mode ([d148115](iamkun/dayjs@d148115))
* Update advancedFormat plugin to support w ww wo week tokens … ([#678](iamkun/dayjs#678)) ([26cfa63](iamkun/dayjs@26cfa63)), closes [#676](iamkun/dayjs#676)
* Update ka locale weekdays ([f8ca3d4](iamkun/dayjs@f8ca3d4))
* Update nb locale ([#679](iamkun/dayjs#679)) ([1063b0e](iamkun/dayjs@1063b0e))
* Update Polish locale (pl)([#713](iamkun/dayjs#713)) ([30d2f02](iamkun/dayjs@30d2f02))
* Update Ukrainian locale (uk) ([#710](iamkun/dayjs#710)) ([360161c](iamkun/dayjs@360161c))
* UTC plugin set utcOffset value ([#668](iamkun/dayjs#668)) ([8877883](iamkun/dayjs@8877883))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting UTCOffset
3 participants