Skip to content
  • Paul Slaughter's avatar
    fix: File list not working in certain timezones · 71250d4a
    Paul Slaughter authored
    - The DEFAULT_DATE was time zone dependent.
    - This meant that when we calculated lastModifiedTime,
       for the file list's cache key, it was possible for the repo
       lastModifiedTime to be way less than -1, causing the file
       list's cache to never invalidate.
    - The fix was to use the `new Date(0)` ctor for `DEFAULT_DATE`
    71250d4a