1. 13 Oct, 2021 1 commit
  2. 06 Oct, 2021 1 commit
  3. 31 May, 2021 1 commit
  4. 17 May, 2021 1 commit
  5. 04 Mar, 2021 1 commit
    • Érico Rolim's avatar
      storage/plugins/CurlStorage: don't use glibc extension in · c95e3dc0
      Érico Rolim authored
      ParseTimePoint.
      
      %Z is a glibc extension to strptime, and is a no-op there, due to the
      mapping between timezone names and their definition (especially when the
      name comes from a different machine) being ambiguous / impossible.  Time
      in HTTP headers is guaranteed to be UTC.
      
      Passing an unknown format to strptime() implementations that don't
      support it will generally cause them to return NULL, which will lead to
      ParseTimePoint throwing an exception and ParseTimeStamp using an
      unnecessary fallback.
      
      Since the timezone name goes at the end of the string, we don't need to
      use %Z to skip it (could be an issue in a different time stamp format),
      so simply removing %Z works best.
      c95e3dc0
  6. 05 Feb, 2021 1 commit
  7. 17 Jan, 2021 1 commit
  8. 08 Jan, 2021 1 commit
  9. 05 Jan, 2021 1 commit
  10. 04 Jan, 2021 3 commits
  11. 01 Jan, 2021 1 commit
  12. 01 Dec, 2020 1 commit
  13. 06 Nov, 2020 2 commits
  14. 16 Sep, 2020 1 commit
  15. 20 Jul, 2020 4 commits
  16. 30 May, 2020 1 commit
  17. 22 Apr, 2020 1 commit
  18. 15 Apr, 2020 2 commits
  19. 06 Apr, 2020 1 commit
  20. 03 Apr, 2020 4 commits
  21. 26 Mar, 2020 2 commits
  22. 16 Mar, 2020 1 commit
  23. 13 Mar, 2020 1 commit
  24. 12 Mar, 2020 2 commits
  25. 07 Mar, 2020 1 commit
  26. 20 Feb, 2020 1 commit
  27. 04 Feb, 2020 1 commit
  28. 01 Feb, 2020 1 commit