Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Dates in activities are broken #90

Closed
ARBaart opened this issue Nov 6, 2019 · 1 comment · Fixed by #91
Closed

Dates in activities are broken #90

ARBaart opened this issue Nov 6, 2019 · 1 comment · Fixed by #91
Labels
bug Something isn't working

Comments

@ARBaart
Copy link
Contributor

ARBaart commented Nov 6, 2019

Screenshot 2019-11-06 at 18 30 43

They break on the time zone designation at the end: "+0100", which seems to be valid ISO 8601 otherwise afaics.

Mogelijke fix is onderstaande regel toevoegen aan formatDate:
date = date.substring(0, date.length - 2) + ':' + date.substring(date.length - 2, date.length)

@ARBaart ARBaart added the bug Something isn't working label Nov 6, 2019
@ARBaart
Copy link
Contributor Author

ARBaart commented Nov 6, 2019

Ik heb het als issue op dayjs achtergelaten maar het was al eerder geclosed als zijnde een bug in native Date parsers die ze intern gebruiken, dus ik verwacht geen snelle fix van die kant.

casperboone added a commit that referenced this issue Nov 15, 2019
Fixes #90, see issue for details.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant