Page 1 of 1

Possible minor timestamp format issue in TZParam

Posted: 08.05.2021, 12:56
by MJFShark
In looking at the FormatSettings stuff I noticed that procedure TZParam.SetAsZTimestamps uses LongTimeFormat as the format used to do the conversion to string. I *think* that that should be LongDateFormat instead.

I'm not sure if this is a bug or not, it's just something I noticed looking through the code and not something I found during testing.

-Mark