Home | History | Annotate | Download | only in src

Lines Matching full:convert

249   // Convert timestamp to JavaScript representation.
352 // Convert timestamp to JavaScript timestamp.
505 // Convert to local time using POSIX localtime function.
509 // Convert from JavaScript milliseconds past 1/1/1970 0:00:00 to
518 // Convert to local time, as struct with fields for day, hour, year, etc.
521 // Convert local time in struct to POSIX time as if it were a UTC time.
570 // Convert the current time to a 64-bit integer first, before converting it
599 // Convert to seconds and microseconds
616 return timeGetTime() * 1000; // Convert to microseconds.