oleeskild / digitalgarden

261 stars 147 forks source link

Fix Timestamp Parsing Error that renders Invalid Datetime #252

Closed jyyyeung closed 2 months ago

jyyyeung commented 4 months ago

Fixes issue #206

  1. Updated dateToZulu filter to return "" whenever the string is invalid
  2. added fallback timestamp parsing functions from luxon when the default method fromISO() raises an error
  3. Update sitemap to also use dateToZulu filter
oleeskild commented 2 months ago

awesome, thank you very much for contributing!