You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure of how to solve this. haven't dig into this one so much yet. maybe anyone else know of any solution.
or maybe it should just be skipped all together in browsers?
but only in NodeJS where process exist. it seems to do some magic that i did not know about was a thing that you could do
either way... i live in a timezone with +1 so the result was incorrect with an 1hour offset from the expected result
maybe there is some js solution to encode things to utc if that's the intended format?
anyway. it blocks #1586 for now. don't know if it should be put in as something NodeJS specific.
The text was updated successfully, but these errors were encountered:
Another solution is to have the dates in the expected results calculated by the environment so that we verify that the conversion in AlaSQL is the same as the corresponding conversion in "vanila" js.
mathiasrw
changed the title
solve test 408
Timezone challenge for test408.js
Dec 21, 2022
Not sure of how to solve this. haven't dig into this one so much yet. maybe anyone else know of any solution.
or maybe it should just be skipped all together in browsers?
it seems to currently be dependent on setting
alasql/test/test408.js
Lines 6 to 8 in 484a4db
but only in NodeJS where process exist. it seems to do some magic that i did not know about was a thing that you could do
either way... i live in a timezone with +1 so the result was incorrect with an 1hour offset from the expected result
maybe there is some js solution to encode things to utc if that's the intended format?
anyway. it blocks #1586 for now. don't know if it should be put in as something NodeJS specific.
The text was updated successfully, but these errors were encountered: