to_time_t


Description:

public time_t to_time_t ()

Converts this to a time_t, assumming it to be in UTC.

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

Parameters:

this

a Date

Returns:

this as a time_t