In my anylogic model I have a database which, among other things, has a column with times in date format:
2023-07-16 04:10:00.0
2023-07-16 04:14:00.0
2023-07-16 04:14:00.0
2023-07-16 04:15:00.0
2023-07-16 04:17:00.0
I’m trying to subtract 5 min from each cell in that column and save this time in a new column.
Does anyone has a solution for this problem.
Many thanks for your help.