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(formatter): add possibility to parse a date formatter as a UTC date #511

Merged
merged 9 commits into from
Jun 26, 2020

Conversation

ghiscoding
Copy link
Owner

  • e.g. when '2099-12-31T00:00:00.000Z' in my TZ (EST) the DateIso Formatter will transform this in 2099-12-30 instead of 2099-12-31 because it assumes that the TZ must be included

@codecov
Copy link

codecov bot commented Jun 25, 2020

Codecov Report

Merging #511 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #511   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          148       148           
  Lines         9586      9589    +3     
  Branches      3341      3344    +3     
=========================================
+ Hits          9586      9589    +3     
Impacted Files Coverage Δ
...angular-slickgrid/formatters/formatterUtilities.ts 100.00% <100.00%> (ø)

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 04b4465...3cc7b20. Read the comment docs.

@ghiscoding ghiscoding merged commit 53cc371 into master Jun 26, 2020
@ghiscoding ghiscoding deleted the feat/date-formatter-as-utc branch June 26, 2020 12:42
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.

None yet

2 participants