On Fri, Feb 21, 2025 at 03:29 PM, Dan Boudreau wrote:
Here's the code for rollingstock setting the last time moved:
?
setLastDate(java.util.Calendar.getInstance().getTime());
?
Here's the code for the train status when terminated:
?
setDate(Calendar.getInstance().getTime());
?
Where Calendar = java.util.Calendar
?
So both the same IMO. Really strange behavior!
?
Dan
?
?