Lines Matching refs:since
30 * rs_time_t: Seconds since January 1, 1970
32 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
53 int tm_mon; // Months since January. This ranges from 0 to 11.
54 int tm_year; // Years since 1900.
55 int tm_wday; // Days since Sunday. This ranges from 0 to 6.
56 int tm_yday; // Days since January 1. This ranges from 0 to 365.
61 * rsGetDt: Elapsed time since last call
63 * Returns the time in seconds since this function was last called in this script.
81 * timer: Input time as a number of seconds since January 1, 1970.
89 * rsTime: Seconds since January 1, 1970
91 * Returns the number of seconds since the Epoch (00:00:00 UTC, January 1, 1970).
99 * Returns: Seconds since the Epoch, -1 if there's an error.