convertUTCDateToUnixTimestamp
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Converts the given UTC time and date into a UNIX timestamp (seconds since 1970-01-01).Parameters
- year: The year.
- month: The month (between 1 and 12).
- day: The day (between 1 and 31).
- hour: The hour (between 0 and 23).
- minute: The minute (between 0 and 59).
- second: The second (between 0 and 60, since leap seconds are supported).
Return Values
- UNIX timestamp (seconds since 1970-01-01) corresponding to the input parameters.
- -1 if input parameters are invalid.