Skip to content
Snippets Groups Projects
  1. Feb 21, 2022
  2. Feb 20, 2022
  3. Feb 19, 2022
  4. Feb 17, 2022
  5. Feb 14, 2022
  6. Feb 13, 2022
  7. Feb 11, 2022
  8. Feb 06, 2022
    • Thijs Kinkhorst's avatar
      Change logging date formatting string from strftime() to date(). · dfbb7e65
      Thijs Kinkhorst authored
      strftime is deprecated and will be removed in PHP 9. SSP 2.0 is our
      chance to change this format as it's exposed to installers of SSP.
      
      The approch is to keep it simple and just change the format to PHP's
      built in date() function which remains supported. Also we do not try
      to localize the logging date/timestamps anymore. This matches the syslog
      approach that this format tried to mimic. We are using the day without
      leading zeroes now also to be a bit closer to how syslog does it.
      dfbb7e65
  9. Feb 01, 2022
  10. Jan 31, 2022
  11. Jan 30, 2022
Loading