digitalgarden icon indicating copy to clipboard operation
digitalgarden copied to clipboard

Fix Timestamp Parsing Error that renders Invalid Datetime

Open jyyyeung opened this issue 5 months ago • 0 comments

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

jyyyeung avatar Mar 19 '24 05:03 jyyyeung