View Issue Details

IDProjectCategoryView StatusLast Update
0009261CTT UA Binary2 - CTT Binarypublic2023-11-16 15:41
ReporterGigantic Heisenberg Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Platformx86OSWindows OS Version10
Product Version1.10.0.402 
Summary0009261: Attribute write Values 006 DateTime
Description

When setting the maximum possible value for DateTime data type by using Constants.DateTime_Max(), the mentioned test fails.
When setting the maximum possible value for DateTime data type by using UaDateTime.fromString( "9999-12-31T23:59:59Z" ) the mentioned test passes.
In contrast to UaDateTime.fromString( "9999-12-31T23:59:59Z" ) Constants.DateTime_Max() truncates milliseconds.
Since DateTime is unambiguously tranmitted as 64-bit signed integer, we suppose CTT framework fails to decode Constants.DateTime_Max()
(when it does not contains milliseconds).

Steps To Reproduce

Execute the mentioned testcase

TagsNo tags attached.
Files Affected

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-11-13 16:00 Gigantic Heisenberg New Issue
2023-11-16 15:41 Paul Hunkar Assigned To => Alexander Allmendinger
2023-11-16 15:41 Paul Hunkar Status new => assigned