Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.1
-
Component/s: None
-
Labels:None
Description
TransactTime (tag 60) should be in UTC. Default constructor for TransactTime() should return date in UTC. Instead, it uses default local time (LocalDateTime.now()):
public UtcTimeStampField(int field)
{ super(field, LocalDateTime.now()); }As a result, the constructed object is not in UTC.