From 199c9f51f38f6fc911488e11c069ed56c36a63a4 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 3 May 2015 20:02:15 +0200 Subject: [PATCH] note about bug related to France summer time/winter time --- src/ce_synmemo.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index a2042d11..02ac3bb7 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -597,6 +597,8 @@ begin if fFileDate = newDate then exit; if fFileDate <> 0.0 then begin + // note: this could cause a bug in France during the switch from winter time to summer time. + // e.g: save at 2h59, at 3h00, clock is reset to 2h00, set the focus on the doc: new version message. if dlgOkCancel(format('"%s" has been modified by another program, load the new version ?', [shortenPath(fFilename, 25)])) = mrOk then begin