Skip to content
  • Luc Didry's avatar
    🐛 — Fix timezone mess · 9d6ff10b
    Luc Didry authored and Benjamin Bouvier's avatar Benjamin Bouvier committed
    I had one operation which date was at midnight, but with a +0200
    timezone. The looking for similar operations was made with this date but
    in GMT time, two hours before, so Kresus was looking in the previous
    day. The result was that the last operation was always duplicated, each
    day I had to merge it.
    
    With this commit, I remove the change of timezone in the dates used for
    looking for similar operations.
    9d6ff10b