Following your instruction @cocreature offline, i used the function
getToday : Update Date
getToday = toDateUTC <$> getTime
but when i use it inside a choice, thats creating a contract, I am getting a type mismatch error
create Token with
issued = getToday – The error is on this line, expected type “Date”, but actual type is " Update Date".
How can i solve this and what is the purpose of Update