Name
easy:SetOpt_TimeValue_Large -- time value for conditional (V2.0)
Synopsis
easy:SetOpt_TimeValue_Large(val)
Function
Pass a number as parameter. This should be the time counted as seconds since 1 Jan 1970, and the time will be used in a condition as specified with #CURLOPT_TIMECONDITION.

The difference between this option and #CURLOPT_TIMEVALUE is the type of the argument. On systems where 'long' is only 32 bit wide, this option has to be used to get dates beyond the year 2038.

Inputs
val
input value

Show TOC