ConvertIsoTimeToUnix Function

Converts time in form DD/MM/YYYY to Unix Epoch time. This is the number of seconds elapsed since Jan 1, 1970

Arguments

Number Type Compulsory Default Description
1 string Yes Time is ISO format

Argument 1

Time in form YYYY-MM-DD. Will also accept month as 3 character English string (jan, feb, etc)

Returns

Return type: real

Time expressed as the number of seconds elapsed since Jan 1, 1970