Home
last modified time | relevance | path

Searched refs:unix_ms (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-date.c61 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/
Djerry_port.c69 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/
Djerry-port.c67 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/
Dcurie-bsp-port.c57 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/
D05.PORT-API.md176 * @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);
D16.MIGRATION-GUIDE.md524 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/
Djerryscript-port.h145 double jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc);
/third_party/jerryscript/targets/mbedos5/source/
Djerry_port_mbed.c54 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/
Djerry_port.c171 jerry_port_get_local_time_zone_adjustment (double unix_ms, bool is_utc) in jerry_port_get_local_time_zone_adjustment() argument