Searched refs:unix_ms (Results 1 – 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-port/default/ |
D | default-date.c | 61 double jerry_port_get_local_time_zone_adjustment (double unix_ms, /**< ms since unix epoch */ in jerry_port_get_local_time_zone_adjustment() argument 66 time_t now = (time_t) (unix_ms / 1000); in jerry_port_get_local_time_zone_adjustment() 77 time_t now = (time_t) (unix_ms / 1000); in jerry_port_get_local_time_zone_adjustment() 86 (void) unix_ms; in jerry_port_get_local_time_zone_adjustment() 94 UnixTimeToFileTime ((LONGLONG) (unix_ms / 1000), &fileTime); in jerry_port_get_local_time_zone_adjustment()
|
/third_party/jerryscript/targets/esp8266/user/ |
D | jerry_port.c | 69 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() argument
|
/third_party/jerryscript/targets/zephyr/src/ |
D | jerry-port.c | 67 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() argument
|
/third_party/jerryscript/targets/curie_bsp/source/ |
D | curie-bsp-port.c | 57 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() argument
|
/third_party/jerryscript/docs/ |
D | 05.PORT-API.md | 176 * @param unix_ms The unix timestamp we want an offset for, given in 188 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc); 304 double jerry_port_get_local_time_zone_adjustment (double unix_ms, /**< ms since unix epoch */ 308 time_t now = (time_t) (unix_ms / 1000);
|
D | 16.MIGRATION-GUIDE.md | 524 double jerry_port_get_local_time_zone_adjustment (double unix_ms, 528 time_t now = (time_t) (unix_ms / 1000);
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-port.h | 145 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc);
|
/third_party/jerryscript/targets/mbedos5/source/ |
D | jerry_port_mbed.c | 54 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() argument
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | jerry_port.c | 171 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() argument
|