Skip to content

changed api time format (fix for safari)

chandi requested to merge safari-date-fix into master

closes #253 (closed)

changes the time format provided by the API from 2018-07-24 15:30:00 to 2018-07-24T15:30:00, otherwise safari would not be able to parse it directly with new Date() (otherwise output is Invalid Date)

image

How confident are you it won't break things if deployed?

pretty

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports