OPCFoundation / UA-.NET-Legacy

OPC Foundation Unified Architecture .NET Reference Implementations
330 stars 298 forks source link

Incorrect time specifiers in code #163

Closed fhurta closed 6 years ago

fhurta commented 6 years ago

There are hour specifers as hh (instead of HH) here and there in the code. For example in Sample Client when you use History Read, in the controls for Start and End, you can enter only hours 1-12 (which is confusing as you don't know if it is AM or PM). The result is confusing as well as it is displayed again in 1-12 format without the AM/PM.

Please change the hour specifier to HH.