<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">El 29/04/2020 a las 04:44, Zamrony P.
      Juhara via fpc-pascal escribió:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1077761314.1324397.1588128247958@mail.yahoo.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      No it does not work. Docs says literal string needs to be quoted
      with "<br id="yMail_cursorElementTracker_1588128171029">
      <br>
      <div id="ymail_android_signature">Zamrony P. Juhara</div>
      <br>
      <blockquote style="margin: 0 0 20px 0;">
        <div style="font-family:Roboto, sans-serif; color:#6D00F6;">
          <div>On Wed, Apr 29, 2020 at 9:37, Alexander Grotewohl</div>
          <div><a class="moz-txt-link-rfc2396E" href="mailto:alex@dcclost.com"><alex@dcclost.com></a> wrote:</div>
        </div>
        <div style="padding: 10px 0 0 20px; margin: 10px 0 0 0;
          border-left: 1px solid #6D00F6;">
          _______________________________________________<br
            clear="none">
          fpc-pascal maillist  -  <a shape="rect"
            ymailto="mailto:fpc-pascal@lists.freepascal.org"
            href="mailto:fpc-pascal@lists.freepascal.org"
            moz-do-not-send="true">fpc-pascal@lists.freepascal.org</a><br
            clear="none">
          <a shape="rect"
            href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal"
            target="_blank" moz-do-not-send="true">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br
            clear="none">
        </div>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
fpc-pascal maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a>
</pre>
    </blockquote>
    This format works for me:<br>
    'ddd, dd mmm yyyy hh:nn:ss' <br>
    Fpc 3.04, windows 7, 32bits, and fpc 3.04, Linux, 64bits.<br>
    <br>
    Some points:<br>
    <ul>
      <li>"m" is allowed for minutes , nevertheless, I use for minutes
        "n", not "m".</li>
      <li>I have suppressed the time zone information, I couldn't see 
        how to set it in formatStrings, nevertheless, it ignores the
        GMT, or anything after time in input string with no error.</li>
      <li>I think that the scanner ignores the character after weekday,
        it expects a separator, as long as it is not a "d" if will
        accept and skip anything. So the double quote after the three
        "d" of <br>
        <tt>'ddd", "dd</tt> is ignored and everything breaks. It's a
        little confusing.<br>
      </li>
      <li>The weekday and month depend on you local.<br>
      </li>
      <li>using non-ascii characters breaks things. In Spanish Wednesday
        is "Miércoles" (e with acute accent) and Tuesday is "Martes":
        "mar, 28 abr 2020" works, but "Mié, 29 Abr 2020" fails. I think
        that the problem is that é  uses two bytes in UTF-8, but scan
        only deals properly with single byte characters</li>
    </ul>
    <br>
    <pre class="moz-signature" cols="72">-- 
Saludos

Santiago A.
</pre>
  </body>
</html>