diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-20 05:59:20 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-20 05:59:20 +0100 |
commit | 46921f9a29552ac34edaeebdb815d6466955c60c (patch) | |
tree | 038c64b2bff274463ff7b46c1a9cde74ae148a20 /index.htm | |
parent | 29f33a24fd53852eacf7c9af925a2e113f12ed66 (diff) | |
download | reduced_system_layer-46921f9a29552ac34edaeebdb815d6466955c60c.zip |
Fix Web time
Diffstat (limited to 'index.htm')
-rw-r--r-- | index.htm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ text_buffer : text_buffer, }); }, - p_time_impl : Date.now, + p_time : () => { return BigInt(Date.now()); }, floor : Math.floor, ceil : Math.ceil, @@ -276,7 +276,7 @@ { env : { p_clipboard_write_impl : () => {}, - p_time_impl : () => {}, + p_time : () => {}, floor : () => {}, ceil : () => {}, trunc : () => {}, |