Date.to_time_t

Converts @date to a <type>time_t</type>, assumming it to be in UTC.

If @date is not representable as a <type>time_t</type>, it will be clamped into range. (In particular, some HTTP cookies have expiration dates after "Y2.038k" (2038-01-19T03:14:07Z).)

class Date
uint
to_time_t
()

Return Value

Type: uint

@date as a <type>time_t</type>

Meta