Searched refs:dateSeconds (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDate.c162 time_t dateSeconds; member in struct:DateInfo
208 #define yySeconds (info->dateSeconds)
H A DtclGetDate.y67 time_t dateSeconds;
113 #define yySeconds (info->dateSeconds)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDateMath.cpp795 double dateSeconds = ymdhmsToSeconds(year, month, day, hours, minutes, seconds) - timeZoneSeconds; local
796 return dateSeconds * msPerSecond;

Completed in 327 milliseconds