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: Add UTC mode with UTC plugin #517

Merged
merged 4 commits into from
Mar 6, 2019
Merged

fix: Add UTC mode with UTC plugin #517

merged 4 commits into from
Mar 6, 2019

Conversation

iamkun
Copy link
Owner

@iamkun iamkun commented Mar 6, 2019

fix #462

fix #249

fix #497


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 Mar 6, 2019

Codecov Report

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

Impacted file tree graph

@@         Coverage Diff         @@
##            dev   #517   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        61     62    +1     
  Lines       534    587   +53     
  Branches     88    105   +17     
===================================
+ Hits        534    587   +53
Impacted Files Coverage Δ
src/plugin/customParseFormat/index.js 100% <100%> (ø) ⬆️
src/plugin/advancedFormat/index.js 100% <100%> (ø) ⬆️
src/plugin/buddhistEra/index.js 100% <100%> (ø) ⬆️
src/utils.js 100% <100%> (ø) ⬆️
src/index.js 100% <100%> (ø) ⬆️
src/plugin/utc/index.js 100% <100%> (ø)

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 5fc05a6...cd9be33. Read the comment docs.

@iamkun iamkun merged commit caf335c into dev Mar 6, 2019
iamkun pushed a commit that referenced this pull request Mar 6, 2019
## [1.8.9](v1.8.8...v1.8.9) (2019-03-06)

### Bug Fixes

* Add de-AT locale ([#515](#515)) ([d93f7b6](d93f7b6))
* Add UTC mode with UTC plugin ([#517](#517)) ([caf335c](caf335c))
* Adding locale zh-hk ([#516](#516)) ([5fc05a6](5fc05a6))
@iamkun
Copy link
Owner Author

iamkun commented Mar 6, 2019

🎉 This PR is included in version 1.8.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iamkun iamkun added the released label Mar 6, 2019
@iamkun iamkun deleted the feature/utc_plugin branch March 10, 2019 12:48
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.8.9](iamkun/dayjs@v1.8.8...v1.8.9) (2019-03-06)

### Bug Fixes

* Add de-AT locale ([#515](iamkun/dayjs#515)) ([d93f7b6](iamkun/dayjs@d93f7b6))
* Add UTC mode with UTC plugin ([#517](iamkun/dayjs#517)) ([caf335c](iamkun/dayjs@caf335c))
* Adding locale zh-hk ([#516](iamkun/dayjs#516)) ([5fc05a6](iamkun/dayjs@5fc05a6))
andrewhood125ruhuc added a commit to andrewhood125ruhuc/SidRH2 that referenced this pull request May 10, 2022
## [1.8.9](iamkun/dayjs@v1.8.8...v1.8.9) (2019-03-06)

### Bug Fixes

* Add de-AT locale ([#515](iamkun/dayjs#515)) ([d93f7b6](iamkun/dayjs@d93f7b6))
* Add UTC mode with UTC plugin ([#517](iamkun/dayjs#517)) ([caf335c](iamkun/dayjs@caf335c))
* Adding locale zh-hk ([#516](iamkun/dayjs#516)) ([5fc05a6](iamkun/dayjs@5fc05a6))
allmoviestvshowslistsfilmography28 added a commit to allmoviestvshowslistsfilmography28/dayjs that referenced this pull request Sep 12, 2024
## [1.8.9](iamkun/dayjs@v1.8.8...v1.8.9) (2019-03-06)

### Bug Fixes

* Add de-AT locale ([#515](iamkun/dayjs#515)) ([8d8d516](iamkun/dayjs@8d8d516))
* Add UTC mode with UTC plugin ([#517](iamkun/dayjs#517)) ([4303c32](iamkun/dayjs@4303c32))
* Adding locale zh-hk ([#516](iamkun/dayjs#516)) ([264598e](iamkun/dayjs@264598e))
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.

Unix timestamp is incorrect? How to convert to UTC? is there an UTC mode?
2 participants