Kris
Thanks for the tip!
So we should take as reference not only the functions declared in WDL document but also the additional ones declared in the expression tab, right?
I have found the following functions available at the expression tab but not in WDL documentation, all of them date-time related, I am posting them just in case somebody else like me is used to check available functions in the WDL link:
getFutureTime(interval, timeUnit, format?)
Returns a timestamp an integer number of a specified unit of time in the future
getPastTime(interval, timeUnit, format?)
Returns a timestamp an integer number of a specified unit of time in the past
addToTime(timestamp, interval, timeUnit, format?)
Adds an integer number of a specified unit of time to a string timestamp passed in
subtractFromTime(timestamp, interval, timeUnit, format?)
Subtracts an integer number of a specified unit of time from a string timestamp passed in
convertTimeZone(timestamp, sourceTimeZone, destinationTimeZone, format?)
Converts a string timestamp passed in from a source time zone to a target time zone
convertToUtc(timestamp, sourceTimeZone, format?)
Converts a string timestamp passed in from a source time zone to UTC
convertFromUtc(timestamp, destinationTimeZone, format?)
Converts a string timestamp passed in from a UTC to a target time zone