<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Thomas,<BR> <BR>>> Just changed time.tm_isdst as follows:<BR>> Maybe this is only needed for Windows. Have not checked under Linux.<br><BR>The only reason I noticed the problem is that "daylight" variable was still '1' after DST had expired and my credit card company sets the statement date (possibly violating the OFX spec) such that libofx sees it as uncorrected midnight.  So libofx was subtracting an hour from midnight, thereby making the statement look like it was for 11 PM on the previous day, and my balances wouldn't match.<br><BR>> When loading the edit field in the dialog from m_fiSettings, and this value is<BR>> empty/not present, then preset it <BR> <BR>This is why I was thinking a more complete solution than I currently have would be a button on the OFX Details page to fill the edit box with a "generated" string only at the user's request, because I'm not sure what happens if you send a <CLIENTUID> to a server that doesn't expect (or require) it. So I made libofx not send it if its length was zero (corresponding to an empty edit box), which is also good for backwards compatibility.<br> <BR><div>Jeff</div><div> </div>                                       </div></body>
</html>